Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
PostgreSQL Source Code git master
WALInsertLock Struct Reference

Data Fields

LWLock lock
 
pg_atomic_uint64 insertingAt
 
XLogRecPtr lastImportantAt
 

Detailed Description

Definition at line 362 of file xlog.c.

Field Documentation

◆ insertingAt

◆ lastImportantAt

XLogRecPtr WALInsertLock::lastImportantAt

Definition at line 366 of file xlog.c.

Referenced by GetLastImportantRecPtr(), XLogInsertRecord(), and XLOGShmemInit().

◆ lock

LWLock WALInsertLock::lock

Definition at line 364 of file xlog.c.


The documentation for this struct was generated from the following file:
  • src/backend/access/transam/xlog.c