|
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 48 of file dbcommands_xlog.h.
| Oid xl_dbase_drop_rec::db_id |
Definition at line 50 of file dbcommands_xlog.h.
Referenced by dbase_desc(), dbase_redo(), movedb(), remove_dbtablespaces(), and SummarizeDbaseRecord().
| int xl_dbase_drop_rec::ntablespaces |
Definition at line 51 of file dbcommands_xlog.h.
Referenced by dbase_desc(), dbase_redo(), movedb(), remove_dbtablespaces(), and SummarizeDbaseRecord().
| Oid xl_dbase_drop_rec::tablespace_ids[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 52 of file dbcommands_xlog.h.
Referenced by dbase_desc(), dbase_redo(), and SummarizeDbaseRecord().