PostgreSQL Source Code  git master
TarMethodData Struct Reference

Data Fields

WalWriteMethod base
 
char * tarfilename
 
int fd
 
TarMethodFilecurrentfile
 

Detailed Description

Definition at line 699 of file walmethods.c.

Field Documentation

◆ base

WalWriteMethod TarMethodData::base

Definition at line 701 of file walmethods.c.

Referenced by CreateWalTarMethod().

◆ currentfile

TarMethodFile* TarMethodData::currentfile

Definition at line 704 of file walmethods.c.

Referenced by tar_close(), tar_finish(), and tar_open_for_write().

◆ fd

int TarMethodData::fd

◆ tarfilename

char* TarMethodData::tarfilename

Definition at line 702 of file walmethods.c.

Referenced by CreateWalTarMethod(), tar_finish(), tar_free(), and tar_open_for_write().


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