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

#include <pg_waldump.h>

Data Fields

TimeLineID timeline
 
int segsize
 
XLogRecPtr startptr
 
XLogRecPtr endptr
 
bool endptr_reached
 
bool decoding_started
 
chararchive_dir
 
chararchive_name
 
int archive_fd
 
astreamerarchive_streamer
 
chararchive_read_buf
 
struct ArchivedWALFilecur_file
 
struct ArchivedWAL_hasharchive_wal_htab
 
XLogSegNo start_segno
 
XLogSegNo end_segno
 

Detailed Description

Definition at line 25 of file pg_waldump.h.

Field Documentation

◆ archive_dir

char* XLogDumpPrivate::archive_dir

Definition at line 35 of file pg_waldump.h.

Referenced by init_archive_reader(), and prepare_tmp_write().

◆ archive_fd

int XLogDumpPrivate::archive_fd

Definition at line 37 of file pg_waldump.h.

Referenced by free_archive_reader(), init_archive_reader(), and read_archive_file().

◆ archive_name

◆ archive_read_buf

char* XLogDumpPrivate::archive_read_buf

Definition at line 40 of file pg_waldump.h.

Referenced by free_archive_reader(), init_archive_reader(), and read_archive_file().

◆ archive_streamer

astreamer* XLogDumpPrivate::archive_streamer

Definition at line 39 of file pg_waldump.h.

Referenced by free_archive_reader(), init_archive_reader(), and read_archive_file().

◆ archive_wal_htab

struct ArchivedWAL_hash* XLogDumpPrivate::archive_wal_htab

◆ cur_file

◆ decoding_started

bool XLogDumpPrivate::decoding_started

Definition at line 32 of file pg_waldump.h.

Referenced by read_archive_wal_page().

◆ end_segno

XLogSegNo XLogDumpPrivate::end_segno

Definition at line 63 of file pg_waldump.h.

Referenced by astreamer_waldump_content(), and init_archive_reader().

◆ endptr

XLogRecPtr XLogDumpPrivate::endptr

Definition at line 30 of file pg_waldump.h.

Referenced by init_archive_reader().

◆ endptr_reached

bool XLogDumpPrivate::endptr_reached

Definition at line 31 of file pg_waldump.h.

◆ segsize

int XLogDumpPrivate::segsize

◆ start_segno

XLogSegNo XLogDumpPrivate::start_segno

Definition at line 62 of file pg_waldump.h.

Referenced by astreamer_waldump_content(), and init_archive_reader().

◆ startptr

XLogRecPtr XLogDumpPrivate::startptr

Definition at line 29 of file pg_waldump.h.

Referenced by init_archive_reader().

◆ timeline

TimeLineID XLogDumpPrivate::timeline

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