PostgreSQL Source Code
git master
|
#include <dbcommands_xlog.h>
Data Fields | |
Oid | db_id |
int | ntablespaces |
Oid | tablespace_ids [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 33 of file dbcommands_xlog.h.
Oid xl_dbase_drop_rec::db_id |
Definition at line 35 of file dbcommands_xlog.h.
Referenced by dbase_desc(), dbase_redo(), movedb(), and remove_dbtablespaces().
int xl_dbase_drop_rec::ntablespaces |
Definition at line 36 of file dbcommands_xlog.h.
Referenced by dbase_desc(), dbase_redo(), movedb(), and remove_dbtablespaces().
Oid xl_dbase_drop_rec::tablespace_ids[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 37 of file dbcommands_xlog.h.
Referenced by dbase_desc(), and dbase_redo().