PostgreSQL Source Code  git master
lclContext Struct Reference

Data Fields

CompressorStatecs
 
int hasSeek
 
pgoff_t lastFilePos
 
char * directory
 
CompressFileHandledataFH
 
CompressFileHandleLOsTocFH
 
ParallelStatepstate
 
pgoff_t filePos
 
TAR_MEMBERloToc
 
FILE * tarFH
 
pgoff_t tarFHpos
 
pgoff_t tarNextMember
 
TAR_MEMBERFH
 
int isSpecialScript
 
TAR_MEMBERscriptTH
 

Detailed Description

Definition at line 69 of file pg_backup_custom.c.

Field Documentation

◆ cs

CompressorState* lclContext::cs

Definition at line 71 of file pg_backup_custom.c.

Referenced by _Clone(), _EndData(), _EndLO(), _StartData(), _StartLO(), and _WriteData().

◆ dataFH

◆ directory

char* lclContext::directory

◆ FH

◆ filePos

pgoff_t lclContext::filePos

Definition at line 81 of file pg_backup_tar.c.

Referenced by _ReadBuf(), _ReadByte(), _WriteBuf(), _WriteByte(), and InitArchiveFmt_Tar().

◆ hasSeek

◆ isSpecialScript

int lclContext::isSpecialScript

Definition at line 87 of file pg_backup_tar.c.

Referenced by _CloseArchive(), _PrintTocData(), and InitArchiveFmt_Tar().

◆ lastFilePos

pgoff_t lclContext::lastFilePos

Definition at line 74 of file pg_backup_custom.c.

Referenced by _PrintTocData(), and InitArchiveFmt_Custom().

◆ LOsTocFH

CompressFileHandle* lclContext::LOsTocFH

Definition at line 56 of file pg_backup_directory.c.

Referenced by _EndLO(), _EndLOs(), _LoadLOs(), _StartLOs(), and InitArchiveFmt_Directory().

◆ loToc

TAR_MEMBER* lclContext::loToc

Definition at line 82 of file pg_backup_tar.c.

Referenced by _EndLOs(), _StartLO(), and _StartLOs().

◆ pstate

ParallelState* lclContext::pstate

Definition at line 57 of file pg_backup_directory.c.

Referenced by _CloseArchive().

◆ scriptTH

TAR_MEMBER* lclContext::scriptTH

Definition at line 88 of file pg_backup_tar.c.

Referenced by _CloseArchive(), and _scriptOut().

◆ tarFH

FILE* lclContext::tarFH

◆ tarFHpos

pgoff_t lclContext::tarFHpos

◆ tarNextMember

pgoff_t lclContext::tarNextMember

Definition at line 85 of file pg_backup_tar.c.

Referenced by _tarPositionTo().


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