PostgreSQL Source Code git master
|
Data Fields | |
char | pathname [MAXPGPATH] |
int | fd |
StringInfoData | buf |
bool | first_file |
bool | still_checksumming |
pg_checksum_context | manifest_ctx |
Definition at line 27 of file write_manifest.c.
StringInfoData manifest_writer::buf |
Definition at line 31 of file write_manifest.c.
Referenced by add_file_to_manifest(), create_manifest_writer(), finalize_manifest(), and flush_manifest().
int manifest_writer::fd |
Definition at line 30 of file write_manifest.c.
Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().
bool manifest_writer::first_file |
Definition at line 32 of file write_manifest.c.
Referenced by add_file_to_manifest(), and create_manifest_writer().
pg_checksum_context manifest_writer::manifest_ctx |
Definition at line 34 of file write_manifest.c.
Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().
char manifest_writer::pathname[MAXPGPATH] |
Definition at line 29 of file write_manifest.c.
Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().
bool manifest_writer::still_checksumming |
Definition at line 33 of file write_manifest.c.
Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().