|
PostgreSQL Source Code git master
|
#include <tablespace.h>
Data Fields | |
| Oid | ts_id |
| char | ts_path [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 30 of file tablespace.h.
| Oid xl_tblspc_create_rec::ts_id |
Definition at line 32 of file tablespace.h.
Referenced by CreateTableSpace(), tblspc_desc(), and tblspc_redo().
| char xl_tblspc_create_rec::ts_path[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 33 of file tablespace.h.
Referenced by tblspc_desc(), and tblspc_redo().