|
PostgreSQL Source Code git master
|
#include <xlogwait.h>
Data Fields | |
| XLogRecPtr | waitLSN |
| WaitLSNType | lsnType |
| ProcNumber | procno |
| bool | inHeap |
| pairingheap_node | heapNode |
Definition at line 48 of file xlogwait.h.
| pairingheap_node WaitLSNProcInfo::heapNode |
Definition at line 66 of file xlogwait.h.
Referenced by addLSNWaiter(), and deleteLSNWaiter().
| bool WaitLSNProcInfo::inHeap |
Definition at line 63 of file xlogwait.h.
Referenced by addLSNWaiter(), deleteLSNWaiter(), WaitLSNCleanup(), and wakeupWaiters().
| WaitLSNType WaitLSNProcInfo::lsnType |
Definition at line 54 of file xlogwait.h.
Referenced by addLSNWaiter(), deleteLSNWaiter(), and WaitLSNCleanup().
| ProcNumber WaitLSNProcInfo::procno |
Definition at line 57 of file xlogwait.h.
Referenced by addLSNWaiter(), and wakeupWaiters().
| XLogRecPtr WaitLSNProcInfo::waitLSN |
Definition at line 51 of file xlogwait.h.
Referenced by addLSNWaiter(), updateMinWaitedLSN(), waitlsn_cmp(), and wakeupWaiters().