PostgreSQL Source Code  git master
xl_dbase_create_file_copy_rec Struct Reference

#include <dbcommands_xlog.h>

Data Fields

Oid db_id
 
Oid tablespace_id
 
Oid src_db_id
 
Oid src_tablespace_id
 

Detailed Description

Definition at line 29 of file dbcommands_xlog.h.

Field Documentation

◆ db_id

Oid xl_dbase_create_file_copy_rec::db_id

◆ src_db_id

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().

◆ src_tablespace_id

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().

◆ tablespace_id

Oid xl_dbase_create_file_copy_rec::tablespace_id

The documentation for this struct was generated from the following file: