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_attribute_d.h
Line
Count
Source
1
/*-------------------------------------------------------------------------
2
 *
3
 * pg_attribute_d.h
4
 *    Macro definitions for pg_attribute
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_ATTRIBUTE_D_H
19
#define PG_ATTRIBUTE_D_H
20
21
4.46M
#define AttributeRelationId 1249
22
2.04k
#define AttributeRelation_Rowtype_Id 75
23
24
40.1k
#define Anum_pg_attribute_attrelid 1
25
13.2k
#define Anum_pg_attribute_attname 2
26
13.2k
#define Anum_pg_attribute_atttypid 3
27
13.2k
#define Anum_pg_attribute_attstattarget 4
28
13.2k
#define Anum_pg_attribute_attlen 5
29
38.1k
#define Anum_pg_attribute_attnum 6
30
13.2k
#define Anum_pg_attribute_attndims 7
31
13.2k
#define Anum_pg_attribute_attcacheoff 8
32
13.2k
#define Anum_pg_attribute_atttypmod 9
33
13.2k
#define Anum_pg_attribute_attbyval 10
34
13.2k
#define Anum_pg_attribute_attstorage 11
35
13.2k
#define Anum_pg_attribute_attalign 12
36
13.2k
#define Anum_pg_attribute_attnotnull 13
37
13.4k
#define Anum_pg_attribute_atthasdef 14
38
13.2k
#define Anum_pg_attribute_atthasmissing 15
39
13.2k
#define Anum_pg_attribute_attidentity 16
40
13.2k
#define Anum_pg_attribute_attisdropped 17
41
13.2k
#define Anum_pg_attribute_attislocal 18
42
13.2k
#define Anum_pg_attribute_attinhcount 19
43
13.2k
#define Anum_pg_attribute_attcollation 20
44
14.8k
#define Anum_pg_attribute_attacl 21
45
13.7k
#define Anum_pg_attribute_attoptions 22
46
18.0k
#define Anum_pg_attribute_attfdwoptions 23
47
13.2k
#define Anum_pg_attribute_attmissingval 24
48
49
2.04k
#define Natts_pg_attribute 24
50
51
52
771k
#define     ATTRIBUTE_IDENTITY_ALWAYS   'a'
53
711k
#define     ATTRIBUTE_IDENTITY_BY_DEFAULT 'd'
54
55
56
#endif              /* PG_ATTRIBUTE_D_H */