Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

AllocateDesc Struct Reference

Data Fields

AllocateDescKind kind
union {
   FILE *   file
   DIR *   dir
   int   fd
desc
SubTransactionId create_subid

Detailed Description

Definition at line 210 of file fd.c.


Field Documentation

Definition at line 219 of file fd.c.

Referenced by AllocateDir(), AllocateFile(), AtEOSubXact_Files(), OpenPipeStream(), and OpenTransientFile().

union { ... } AllocateDesc::desc

Definition at line 216 of file fd.c.

Referenced by AllocateDir(), FreeDesc(), and FreeDir().

Definition at line 217 of file fd.c.

Referenced by CloseTransientFile(), FreeDesc(), and OpenTransientFile().

Definition at line 215 of file fd.c.

Referenced by AllocateFile(), ClosePipeStream(), FreeDesc(), FreeFile(), and OpenPipeStream().


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