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 29 of file dbcommands_xlog.h.
Oid xl_dbase_create_file_copy_rec::db_id |
Definition at line 31 of file dbcommands_xlog.h.
Referenced by CreateDatabaseUsingFileCopy(), dbase_desc(), dbase_redo(), movedb(), SummarizeDbaseRecord(), and XLogPrefetcherNextBlock().
Oid xl_dbase_create_file_copy_rec::src_db_id |
Definition at line 33 of file dbcommands_xlog.h.
Referenced by CreateDatabaseUsingFileCopy(), dbase_desc(), dbase_redo(), and movedb().
Oid xl_dbase_create_file_copy_rec::src_tablespace_id |
Definition at line 34 of file dbcommands_xlog.h.
Referenced by CreateDatabaseUsingFileCopy(), dbase_desc(), dbase_redo(), and movedb().
Oid xl_dbase_create_file_copy_rec::tablespace_id |
Definition at line 32 of file dbcommands_xlog.h.
Referenced by CreateDatabaseUsingFileCopy(), dbase_desc(), dbase_redo(), movedb(), and SummarizeDbaseRecord().