PostgreSQL Source Code  git master
SharedInvalSnapshotMsg Struct Reference

#include <sinval.h>

Data Fields

int8 id
 
Oid dbId
 
Oid relId
 

Detailed Description

Definition at line 106 of file sinval.h.

Field Documentation

◆ dbId

Oid SharedInvalSnapshotMsg::dbId

Definition at line 109 of file sinval.h.

Referenced by AddSnapshotInvalidationMessage(), and LocalExecuteInvalidationMessage().

◆ id

int8 SharedInvalSnapshotMsg::id

Definition at line 108 of file sinval.h.

Referenced by AddSnapshotInvalidationMessage().

◆ relId

Oid SharedInvalSnapshotMsg::relId

Definition at line 110 of file sinval.h.

Referenced by AddSnapshotInvalidationMessage(), and standby_desc_invalidations().


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