PostgreSQL Source Code  git master
temp_tablespaces_extra Struct Reference

Data Fields

int numSpcs
 
Oid tblSpcs [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 1195 of file tablespace.c.

Field Documentation

◆ numSpcs

int temp_tablespaces_extra::numSpcs

Definition at line 1198 of file tablespace.c.

Referenced by assign_temp_tablespaces(), and check_temp_tablespaces().

◆ tblSpcs

Oid temp_tablespaces_extra::tblSpcs[FLEXIBLE_ARRAY_MEMBER]

Definition at line 1199 of file tablespace.c.

Referenced by assign_temp_tablespaces(), and check_temp_tablespaces().


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