PostgreSQL Source Code  git master
xl_tblspc_create_rec Struct Reference

#include <tablespace.h>

Data Fields

Oid ts_id
 
char ts_path [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 28 of file tablespace.h.

Field Documentation

◆ ts_id

Oid xl_tblspc_create_rec::ts_id

Definition at line 30 of file tablespace.h.

Referenced by CreateTableSpace(), tblspc_desc(), and tblspc_redo().

◆ ts_path

char xl_tblspc_create_rec::ts_path[FLEXIBLE_ARRAY_MEMBER]

Definition at line 31 of file tablespace.h.

Referenced by tblspc_desc(), and tblspc_redo().


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