PostgreSQL Source Code  git master
xl_standby_locks Struct Reference

#include <standbydefs.h>

Data Fields

int nlocks
 
xl_standby_lock locks [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 38 of file standbydefs.h.

Field Documentation

◆ locks

xl_standby_lock xl_standby_locks::locks[FLEXIBLE_ARRAY_MEMBER]

Definition at line 41 of file standbydefs.h.

Referenced by standby_desc(), and standby_redo().

◆ nlocks

int xl_standby_locks::nlocks

Definition at line 40 of file standbydefs.h.

Referenced by LogAccessExclusiveLocks(), standby_desc(), and standby_redo().


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