YugabyteDB (2.13.1.0-b60, 21121d69985fbf76aa6958d8f04a9bfa936293b5)

Coverage Report

Created: 2022-03-22 16:43

/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/postgres_build/src/include/catalog/pg_database_d.h
Line
Count
Source
1
/*-------------------------------------------------------------------------
2
 *
3
 * pg_database_d.h
4
 *    Macro definitions for pg_database
5
 *
6
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7
 * Portions Copyright (c) 1994, Regents of the University of California
8
 *
9
 * NOTES
10
 *  ******************************
11
 *  *** DO NOT EDIT THIS FILE! ***
12
 *  ******************************
13
 *
14
 *  It has been GENERATED by src/backend/catalog/genbki.pl
15
 *
16
 *-------------------------------------------------------------------------
17
 */
18
#ifndef PG_DATABASE_D_H
19
#define PG_DATABASE_D_H
20
21
11.4M
#define DatabaseRelationId 1262
22
4.18k
#define DatabaseRelation_Rowtype_Id 1248
23
24
17.1k
#define Anum_pg_database_datname 1
25
154
#define Anum_pg_database_datdba 2
26
142
#define Anum_pg_database_encoding 3
27
142
#define Anum_pg_database_datcollate 4
28
142
#define Anum_pg_database_datctype 5
29
142
#define Anum_pg_database_datistemplate 6
30
144
#define Anum_pg_database_datallowconn 7
31
144
#define Anum_pg_database_datconnlimit 8
32
142
#define Anum_pg_database_datlastsysoid 9
33
142
#define Anum_pg_database_datfrozenxid 10
34
142
#define Anum_pg_database_datminmxid 11
35
142
#define Anum_pg_database_dattablespace 12
36
314
#define Anum_pg_database_datacl 13
37
38
4.18k
#define Natts_pg_database 13
39
40
432k
#define TemplateDbOid 1
41
42
#endif              /* PG_DATABASE_D_H */