PostgreSQL Source Code  git master
manifest_writer Struct Reference

Data Fields

char pathname [MAXPGPATH]
 
int fd
 
StringInfoData buf
 
bool first_file
 
bool still_checksumming
 
pg_checksum_context manifest_ctx
 

Detailed Description

Definition at line 27 of file write_manifest.c.

Field Documentation

◆ buf

StringInfoData manifest_writer::buf

◆ fd

int manifest_writer::fd

Definition at line 30 of file write_manifest.c.

Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().

◆ first_file

bool manifest_writer::first_file

Definition at line 32 of file write_manifest.c.

Referenced by add_file_to_manifest(), and create_manifest_writer().

◆ manifest_ctx

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().

◆ pathname

char manifest_writer::pathname[MAXPGPATH]

Definition at line 29 of file write_manifest.c.

Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().

◆ still_checksumming

bool manifest_writer::still_checksumming

Definition at line 33 of file write_manifest.c.

Referenced by create_manifest_writer(), finalize_manifest(), and flush_manifest().


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