PostgreSQL Source Code
git master
|
Data Fields | |
slock_t | insertpos_lck |
uint64 | CurrBytePos |
uint64 | PrevBytePos |
char | pad [PG_CACHE_LINE_SIZE] |
XLogRecPtr | RedoRecPtr |
bool | fullPageWrites |
int | runningBackups |
XLogRecPtr | lastBackupStart |
WALInsertLockPadded * | WALInsertLocks |
slock_t XLogCtlInsert::insertpos_lck |
Definition at line 407 of file xlog.c.
Referenced by XLOGShmemInit().
XLogRecPtr XLogCtlInsert::lastBackupStart |
Definition at line 448 of file xlog.c.
Referenced by do_pg_backup_start().
char XLogCtlInsert::pad[PG_CACHE_LINE_SIZE] |
XLogRecPtr XLogCtlInsert::RedoRecPtr |
Definition at line 439 of file xlog.c.
Referenced by CreateCheckPoint(), CreateRestartPoint(), and StartupXLOG().
int XLogCtlInsert::runningBackups |
Definition at line 447 of file xlog.c.
Referenced by do_pg_abort_backup(), do_pg_backup_start(), and do_pg_backup_stop().
WALInsertLockPadded* XLogCtlInsert::WALInsertLocks |
Definition at line 453 of file xlog.c.
Referenced by XLOGShmemInit().