|
PostgreSQL Source Code git master
|
Data Fields | |
| char | pathname [MAXPGPATH] |
| FILE * | file |
| pgsa_stash_name_table_hash * | nhash |
| StringInfoData | buf |
| int | entries_written |
Definition at line 31 of file stashpersist.c.
| StringInfoData pgsa_writer_context::buf |
Definition at line 36 of file stashpersist.c.
| int pgsa_writer_context::entries_written |
Definition at line 37 of file stashpersist.c.
| FILE* pgsa_writer_context::file |
Definition at line 34 of file stashpersist.c.
| pgsa_stash_name_table_hash* pgsa_writer_context::nhash |
Definition at line 35 of file stashpersist.c.
Definition at line 33 of file stashpersist.c.