PostgreSQL Source Code  git master
FileSet Struct Reference

#include <fileset.h>

Data Fields

pid_t creator_pid
 
uint32 number
 
int ntablespaces
 
Oid tablespaces [8]
 

Detailed Description

Definition at line 22 of file fileset.h.

Field Documentation

◆ creator_pid

pid_t FileSet::creator_pid

Definition at line 24 of file fileset.h.

Referenced by FileSetInit(), and FileSetPath().

◆ ntablespaces

int FileSet::ntablespaces

Definition at line 26 of file fileset.h.

Referenced by ChooseTablespace(), FileSetDeleteAll(), and FileSetInit().

◆ number

uint32 FileSet::number

Definition at line 25 of file fileset.h.

Referenced by FileSetInit(), and FileSetPath().

◆ tablespaces

Oid FileSet::tablespaces[8]

Definition at line 27 of file fileset.h.

Referenced by ChooseTablespace(), FileSetDeleteAll(), and FileSetInit().


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