PostgreSQL Source Code  git master
SharedInvalCatcacheMsg Struct Reference

#include <sinval.h>

Data Fields

int8 id
 
Oid dbId
 
uint32 hashValue
 

Detailed Description

Definition at line 60 of file sinval.h.

Field Documentation

◆ dbId

Oid SharedInvalCatcacheMsg::dbId

Definition at line 63 of file sinval.h.

Referenced by AddCatcacheInvalidationMessage(), and LocalExecuteInvalidationMessage().

◆ hashValue

uint32 SharedInvalCatcacheMsg::hashValue

Definition at line 64 of file sinval.h.

Referenced by AddCatcacheInvalidationMessage(), and LocalExecuteInvalidationMessage().

◆ id

int8 SharedInvalCatcacheMsg::id

Definition at line 62 of file sinval.h.

Referenced by AddCatcacheInvalidationMessage(), and LocalExecuteInvalidationMessage().


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