PostgreSQL Source Code git master
|
Data Fields | |
RelFileLocator | rlocator |
Oid | reloid |
bool | permanent |
Definition at line 104 of file dbcommands.c.
bool CreateDBRelInfo::permanent |
Definition at line 108 of file dbcommands.c.
Referenced by CreateDatabaseUsingWalLog(), and ScanSourceDatabasePgClassTuple().
Oid CreateDBRelInfo::reloid |
Definition at line 107 of file dbcommands.c.
Referenced by CreateDatabaseUsingWalLog(), and ScanSourceDatabasePgClassTuple().
RelFileLocator CreateDBRelInfo::rlocator |
Definition at line 106 of file dbcommands.c.
Referenced by CreateDatabaseUsingWalLog(), and ScanSourceDatabasePgClassTuple().