|
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.
| int manifest_writer::fd |
Definition at line 30 of file write_manifest.c.
| bool manifest_writer::first_file |
Definition at line 32 of file write_manifest.c.
| pg_checksum_context manifest_writer::manifest_ctx |
Definition at line 34 of file write_manifest.c.
Definition at line 29 of file write_manifest.c.
| bool manifest_writer::still_checksumming |
Definition at line 33 of file write_manifest.c.