PostgreSQL Source Code  git master
WALInsertLock Struct Reference

Data Fields

LWLock lock
 
pg_atomic_uint64 insertingAt
 
XLogRecPtr lastImportantAt
 

Detailed Description

Definition at line 376 of file xlog.c.

Field Documentation

◆ insertingAt

◆ lastImportantAt

XLogRecPtr WALInsertLock::lastImportantAt

Definition at line 380 of file xlog.c.

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

◆ lock

LWLock WALInsertLock::lock

Definition at line 378 of file xlog.c.


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