PostgreSQL Source Code  git master
WaitLSNProcInfo Struct Reference

#include <waitlsn.h>

Data Fields

XLogRecPtr waitLSN
 
Latchlatch
 
pairingheap_node phNode
 
bool inHeap
 

Detailed Description

Definition at line 27 of file waitlsn.h.

Field Documentation

◆ inHeap

bool WaitLSNProcInfo::inHeap

Definition at line 45 of file waitlsn.h.

Referenced by addLSNWaiter(), deleteLSNWaiter(), WaitLSNCleanup(), and WaitLSNSetLatches().

◆ latch

Latch* WaitLSNProcInfo::latch

Definition at line 36 of file waitlsn.h.

Referenced by addLSNWaiter(), and WaitLSNSetLatches().

◆ phNode

pairingheap_node WaitLSNProcInfo::phNode

Definition at line 39 of file waitlsn.h.

Referenced by addLSNWaiter(), and deleteLSNWaiter().

◆ waitLSN

XLogRecPtr WaitLSNProcInfo::waitLSN

Definition at line 30 of file waitlsn.h.

Referenced by addLSNWaiter(), waitlsn_cmp(), and WaitLSNSetLatches().


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