YugabyteDB (2.13.0.0-b42, bfc6a6643e7399ac8a0e81d06a3ee6d6571b33ab)

Coverage Report

Created: 2022-03-09 17:30

/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
4.20M
#define DatabaseRelationId 1262
22
1.14k
#define DatabaseRelation_Rowtype_Id 1248
23
24
5.10k
#define Anum_pg_database_datname 1
25
33
#define Anum_pg_database_datdba 2
26
27
#define Anum_pg_database_encoding 3
27
27
#define Anum_pg_database_datcollate 4
28
27
#define Anum_pg_database_datctype 5
29
27
#define Anum_pg_database_datistemplate 6
30
27
#define Anum_pg_database_datallowconn 7
31
27
#define Anum_pg_database_datconnlimit 8
32
27
#define Anum_pg_database_datlastsysoid 9
33
27
#define Anum_pg_database_datfrozenxid 10
34
27
#define Anum_pg_database_datminmxid 11
35
27
#define Anum_pg_database_dattablespace 12
36
90
#define Anum_pg_database_datacl 13
37
38
1.14k
#define Natts_pg_database 13
39
40
127k
#define TemplateDbOid 1
41
42
#endif              /* PG_DATABASE_D_H */