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 397 of file xlog.c.
Referenced by XLOGShmemInit().
XLogRecPtr XLogCtlInsert::lastBackupStart |
Definition at line 438 of file xlog.c.
Referenced by do_pg_backup_start().
char XLogCtlInsert::pad[PG_CACHE_LINE_SIZE] |
XLogRecPtr XLogCtlInsert::RedoRecPtr |
Definition at line 429 of file xlog.c.
Referenced by CreateCheckPoint(), CreateRestartPoint(), and StartupXLOG().
int XLogCtlInsert::runningBackups |
Definition at line 437 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 443 of file xlog.c.
Referenced by XLOGShmemInit().