PostgreSQL Source Code  git master
WALInsertLock Struct Reference

Data Fields

LWLock lock
 
pg_atomic_uint64 insertingAt
 
XLogRecPtr lastImportantAt
 

Detailed Description

Definition at line 367 of file xlog.c.

Field Documentation

◆ insertingAt

◆ lastImportantAt

XLogRecPtr WALInsertLock::lastImportantAt

Definition at line 371 of file xlog.c.

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

◆ lock

LWLock WALInsertLock::lock

Definition at line 369 of file xlog.c.


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