PostgreSQL Source Code  git master
SharedInvalSmgrMsg Struct Reference

#include <sinval.h>

Data Fields

int8 id
 
int8 backend_hi
 
uint16 backend_lo
 
RelFileLocator rlocator
 

Detailed Description

Definition at line 87 of file sinval.h.

Field Documentation

◆ backend_hi

int8 SharedInvalSmgrMsg::backend_hi

Definition at line 91 of file sinval.h.

Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().

◆ backend_lo

uint16 SharedInvalSmgrMsg::backend_lo

Definition at line 92 of file sinval.h.

Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().

◆ id

int8 SharedInvalSmgrMsg::id

Definition at line 90 of file sinval.h.

Referenced by CacheInvalidateSmgr().

◆ rlocator

RelFileLocator SharedInvalSmgrMsg::rlocator

Definition at line 93 of file sinval.h.

Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().


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