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

Data Fields

uint32 status
 
const charfname
 
StringInfo buf
 
bool spilled
 
int read_len
 

Detailed Description

Definition at line 58 of file archive_waldump.c.

Field Documentation

◆ buf

◆ fname

const char* ArchivedWALFile::fname

Definition at line 61 of file archive_waldump.c.

Referenced by get_archive_wal_entry(), and init_archive_reader().

◆ read_len

int ArchivedWALFile::read_len

Definition at line 67 of file archive_waldump.c.

Referenced by astreamer_waldump_content(), and read_archive_wal_page().

◆ spilled

bool ArchivedWALFile::spilled

◆ status

uint32 ArchivedWALFile::status

Definition at line 60 of file archive_waldump.c.


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