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

#include <pg_backup_archiver.h>

Data Fields

struct _tocEntryprev
 
struct _tocEntrynext
 
CatalogId catalogId
 
DumpId dumpId
 
teSection section
 
bool hadDumper
 
chartag
 
chartablespace
 
chartableam
 
char relkind
 
charowner
 
chardesc
 
chardefn
 
chardropStmt
 
charcopyStmt
 
DumpIddependencies
 
int nDeps
 
DataDumperPtr dataDumper
 
const voiddataDumperArg
 
voidformatData
 
DefnDumperPtr defnDumper
 
const voiddefnDumperArg
 
size_t defnLen
 
pgoff_t dataLength
 
int reqs
 
bool created
 
struct _tocEntrypending_prev
 
struct _tocEntrypending_next
 
int depCount
 
DumpIdrevDeps
 
int nRevDeps
 
DumpIdlockDeps
 
int nLockDeps
 

Detailed Description

Definition at line 337 of file pg_backup_archiver.h.

Field Documentation

◆ catalogId

◆ copyStmt

char* _tocEntry::copyStmt

◆ created

bool _tocEntry::created

Definition at line 372 of file pg_backup_archiver.h.

Referenced by mark_create_done(), and restore_toc_entry().

◆ dataDumper

◆ dataDumperArg

const void* _tocEntry::dataDumperArg

Definition at line 361 of file pg_backup_archiver.h.

Referenced by _PrintTocData(), and WriteDataChunksForTocEntry().

◆ dataLength

◆ defn

◆ defnDumper

DefnDumperPtr _tocEntry::defnDumper

Definition at line 364 of file pg_backup_archiver.h.

Referenced by _printTocEntry(), and WriteToc().

◆ defnDumperArg

const void* _tocEntry::defnDumperArg

Definition at line 365 of file pg_backup_archiver.h.

Referenced by _printTocEntry(), and WriteToc().

◆ defnLen

size_t _tocEntry::defnLen

Definition at line 366 of file pg_backup_archiver.h.

Referenced by _printTocEntry(), and WriteToc().

◆ depCount

int _tocEntry::depCount

Definition at line 377 of file pg_backup_archiver.h.

Referenced by fix_dependencies(), and move_to_ready_heap().

◆ dependencies

◆ desc

◆ dropStmt

char* _tocEntry::dropStmt

◆ dumpId

◆ formatData

◆ hadDumper

bool _tocEntry::hadDumper

◆ lockDeps

DumpId* _tocEntry::lockDeps

Definition at line 380 of file pg_backup_archiver.h.

Referenced by fix_dependencies(), and identify_locking_dependencies().

◆ nDeps

◆ next

◆ nLockDeps

int _tocEntry::nLockDeps

Definition at line 381 of file pg_backup_archiver.h.

Referenced by fix_dependencies(), and identify_locking_dependencies().

◆ nRevDeps

int _tocEntry::nRevDeps

Definition at line 379 of file pg_backup_archiver.h.

Referenced by fix_dependencies(), and reduce_dependencies().

◆ owner

char* _tocEntry::owner

◆ pending_next

◆ pending_prev

struct _tocEntry* _tocEntry::pending_prev

◆ prev

struct _tocEntry* _tocEntry::prev

Definition at line 339 of file pg_backup_archiver.h.

Referenced by _allocAH(), _moveBefore(), ArchiveEntry(), ReadToc(), and RestoreArchive().

◆ relkind

char _tocEntry::relkind

◆ reqs

◆ revDeps

DumpId* _tocEntry::revDeps

Definition at line 378 of file pg_backup_archiver.h.

Referenced by fix_dependencies(), and reduce_dependencies().

◆ section

◆ tableam

char* _tocEntry::tableam

◆ tablespace

char* _tocEntry::tablespace

Definition at line 348 of file pg_backup_archiver.h.

Referenced by _printTocEntry(), ReadToc(), and WriteToc().

◆ tag


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