Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

WalSndCtlData Struct Reference

#include <walsender_private.h>

Data Fields

SHM_QUEUE SyncRepQueue [NUM_SYNC_REP_WAIT_MODE]
XLogRecPtr lsn [NUM_SYNC_REP_WAIT_MODE]
bool sync_standbys_defined
WalSnd walsnds [1]

Detailed Description

Definition at line 70 of file walsender_private.h.


Field Documentation

XLogRecPtr WalSndCtlData::lsn[NUM_SYNC_REP_WAIT_MODE]

Definition at line 82 of file walsender_private.h.

Referenced by SyncRepReleaseWaiters(), and SyncRepWakeQueue().

Definition at line 89 of file walsender_private.h.

Referenced by SyncRepUpdateSyncStandbysDefined(), and SyncRepWaitForLSN().

SHM_QUEUE WalSndCtlData::SyncRepQueue[NUM_SYNC_REP_WAIT_MODE]

Definition at line 76 of file walsender_private.h.

Referenced by SyncRepQueueInsert(), SyncRepWakeQueue(), and WalSndShmemInit().


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