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