27 #define BOOTCOL_NULL_AUTO 1
28 #define BOOTCOL_NULL_FORCE_NULL 2
29 #define BOOTCOL_NULL_FORCE_NOT_NULL 3
void closerel(char *relname)
void boot_yyerror(const char *message) pg_attribute_noreturn()
void BootstrapModeMain(int argc, char *argv[], bool check_only) pg_attribute_noreturn()
void InsertOneValue(char *value, int i)
PGDLLIMPORT Relation boot_reldesc
void InsertOneNull(int i)
void InsertOneTuple(void)
PGDLLIMPORT Form_pg_attribute attrtypes[MAXATTR]
void boot_get_type_io_data(Oid typid, int16 *typlen, bool *typbyval, char *typalign, char *typdelim, Oid *typioparam, Oid *typinput, Oid *typoutput)
void DefineAttr(char *name, char *type, int attnum, int nullness)
void index_register(Oid heap, Oid ind, const IndexInfo *indexInfo)
void boot_openrel(char *relname)
#define pg_attribute_noreturn()
FormData_pg_attribute * Form_pg_attribute