PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SharedInvalRelSyncMsg Struct Reference

#include <sinval.h>

Data Fields

int8 id
 
Oid dbId
 
Oid relid
 

Detailed Description

Definition at line 116 of file sinval.h.

Field Documentation

◆ dbId

Oid SharedInvalRelSyncMsg::dbId

Definition at line 119 of file sinval.h.

Referenced by LocalExecuteInvalidationMessage().

◆ id

int8 SharedInvalRelSyncMsg::id

Definition at line 118 of file sinval.h.

◆ relid

Oid SharedInvalRelSyncMsg::relid

Definition at line 120 of file sinval.h.

Referenced by LocalExecuteInvalidationMessage(), and standby_desc_invalidations().


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