PostgreSQL Source Code
git master
|
#include <dbcommands_xlog.h>
Data Fields | |
Oid | db_id |
Oid | tablespace_id |
Oid | src_db_id |
Oid | src_tablespace_id |
Definition at line 24 of file dbcommands_xlog.h.
Oid xl_dbase_create_rec::db_id |
Definition at line 27 of file dbcommands_xlog.h.
Referenced by createdb(), dbase_desc(), dbase_redo(), and movedb().
Oid xl_dbase_create_rec::src_db_id |
Definition at line 29 of file dbcommands_xlog.h.
Referenced by createdb(), dbase_desc(), dbase_redo(), and movedb().
Oid xl_dbase_create_rec::src_tablespace_id |
Definition at line 30 of file dbcommands_xlog.h.
Referenced by createdb(), dbase_desc(), dbase_redo(), and movedb().
Oid xl_dbase_create_rec::tablespace_id |
Definition at line 28 of file dbcommands_xlog.h.
Referenced by createdb(), dbase_desc(), dbase_redo(), and movedb().