PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pgsa_writer_context Struct Reference

Data Fields

char pathname [MAXPGPATH]
 
FILEfile
 
pgsa_stash_name_table_hashnhash
 
StringInfoData buf
 
int entries_written
 

Detailed Description

Definition at line 31 of file stashpersist.c.

Field Documentation

◆ buf

StringInfoData pgsa_writer_context::buf

Definition at line 36 of file stashpersist.c.

◆ entries_written

int pgsa_writer_context::entries_written

Definition at line 37 of file stashpersist.c.

◆ file

FILE* pgsa_writer_context::file

Definition at line 34 of file stashpersist.c.

◆ nhash

pgsa_stash_name_table_hash* pgsa_writer_context::nhash

Definition at line 35 of file stashpersist.c.

◆ pathname

char pgsa_writer_context::pathname[MAXPGPATH]

Definition at line 33 of file stashpersist.c.


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