19 #ifndef PG_ATTRIBUTE_H
20 #define PG_ATTRIBUTE_H
33 #define AttributeRelationId 1249
34 #define AttributeRelation_Rowtype_Id 75
156 #ifdef CATALOG_VARLEN
166 text attfdwoptions[1];
176 #define ATTRIBUTE_FIXED_PART_SIZE \
177 (offsetof(FormData_pg_attribute,attcollation) + sizeof(Oid))
191 #define Natts_pg_attribute 21
192 #define Anum_pg_attribute_attrelid 1
193 #define Anum_pg_attribute_attname 2
194 #define Anum_pg_attribute_atttypid 3
195 #define Anum_pg_attribute_attstattarget 4
196 #define Anum_pg_attribute_attlen 5
197 #define Anum_pg_attribute_attnum 6
198 #define Anum_pg_attribute_attndims 7
199 #define Anum_pg_attribute_attcacheoff 8
200 #define Anum_pg_attribute_atttypmod 9
201 #define Anum_pg_attribute_attbyval 10
202 #define Anum_pg_attribute_attstorage 11
203 #define Anum_pg_attribute_attalign 12
204 #define Anum_pg_attribute_attnotnull 13
205 #define Anum_pg_attribute_atthasdef 14
206 #define Anum_pg_attribute_attisdropped 15
207 #define Anum_pg_attribute_attislocal 16
208 #define Anum_pg_attribute_attinhcount 17
209 #define Anum_pg_attribute_attcollation 18
210 #define Anum_pg_attribute_attacl 19
211 #define Anum_pg_attribute_attoptions 20
212 #define Anum_pg_attribute_attfdwoptions 21
#define BKI_ROWTYPE_OID(oid)
FormData_pg_attribute * Form_pg_attribute
CATALOG(pg_attribute, 1249) BKI_BOOTSTRAP BKI_WITHOUT_OIDS BKI_ROWTYPE_OID(75) BKI_SCHEMA_MACRO