|
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 400 of file xlog.c.
Referenced by XLOGShmemInit().
| XLogRecPtr XLogCtlInsert::lastBackupStart |
Definition at line 441 of file xlog.c.
Referenced by do_pg_backup_start().
| char XLogCtlInsert::pad[PG_CACHE_LINE_SIZE] |
| XLogRecPtr XLogCtlInsert::RedoRecPtr |
Definition at line 432 of file xlog.c.
Referenced by CreateCheckPoint(), CreateRestartPoint(), and StartupXLOG().
| int XLogCtlInsert::runningBackups |
Definition at line 440 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 446 of file xlog.c.
Referenced by XLOGShmemInit().