PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CreateDBRelInfo Struct Reference

Data Fields

RelFileLocator rlocator
 
Oid reloid
 
bool permanent
 

Detailed Description

Definition at line 104 of file dbcommands.c.

Field Documentation

◆ permanent

bool CreateDBRelInfo::permanent

Definition at line 108 of file dbcommands.c.

Referenced by CreateDatabaseUsingWalLog(), and ScanSourceDatabasePgClassTuple().

◆ reloid

Oid CreateDBRelInfo::reloid

Definition at line 107 of file dbcommands.c.

Referenced by CreateDatabaseUsingWalLog(), and ScanSourceDatabasePgClassTuple().

◆ rlocator

RelFileLocator CreateDBRelInfo::rlocator

Definition at line 106 of file dbcommands.c.

Referenced by CreateDatabaseUsingWalLog(), and ScanSourceDatabasePgClassTuple().


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