PostgreSQL Source Code  git master
temp_tablespaces_extra Struct Reference

Data Fields

int numSpcs
 
Oid tblSpcs [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 1189 of file tablespace.c.

Field Documentation

◆ numSpcs

int temp_tablespaces_extra::numSpcs

Definition at line 1192 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 1193 of file tablespace.c.

Referenced by assign_temp_tablespaces(), and check_temp_tablespaces().


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