|
PostgreSQL Source Code git master
|
Data Fields | |
| AllocateDescKind | kind |
| SubTransactionId | create_subid |
| union { | |
| FILE * file | |
| DIR * dir | |
| int fd | |
| } | desc |
| SubTransactionId AllocateDesc::create_subid |
Definition at line 258 of file fd.c.
Referenced by AllocateDir(), AllocateFile(), AtEOSubXact_Files(), OpenPipeStream(), and OpenTransientFilePerm().
| union { ... } AllocateDesc::desc |
Referenced by AllocateDir(), AllocateFile(), ClosePipeStream(), CloseTransientFile(), FreeDesc(), FreeDir(), FreeFile(), OpenPipeStream(), and OpenTransientFilePerm().
| DIR* AllocateDesc::dir |
Definition at line 262 of file fd.c.
Referenced by AllocateDir(), FreeDesc(), and FreeDir().
| int AllocateDesc::fd |
Definition at line 263 of file fd.c.
Referenced by CloseTransientFile(), FreeDesc(), and OpenTransientFilePerm().
| FILE* AllocateDesc::file |
Definition at line 261 of file fd.c.
Referenced by AllocateFile(), ClosePipeStream(), FreeDesc(), FreeFile(), and OpenPipeStream().
| AllocateDescKind AllocateDesc::kind |
Definition at line 257 of file fd.c.
Referenced by AllocateDir(), AllocateFile(), ClosePipeStream(), CloseTransientFile(), FreeDesc(), FreeDir(), FreeFile(), OpenPipeStream(), and OpenTransientFilePerm().