| 
    PostgreSQL Source Code git master
    
   | 
 
#include <fileset.h>
Data Fields | |
| pid_t | creator_pid | 
| uint32 | number | 
| int | ntablespaces | 
| Oid | tablespaces [8] | 
| pid_t FileSet::creator_pid | 
Definition at line 24 of file fileset.h.
Referenced by FileSetInit(), and FileSetPath().
| int FileSet::ntablespaces | 
Definition at line 26 of file fileset.h.
Referenced by ChooseTablespace(), FileSetDeleteAll(), and FileSetInit().
| uint32 FileSet::number | 
Definition at line 25 of file fileset.h.
Referenced by FileSetInit(), and FileSetPath().
| Oid FileSet::tablespaces[8] | 
Definition at line 27 of file fileset.h.
Referenced by ChooseTablespace(), FileSetDeleteAll(), and FileSetInit().