PostgreSQL Source Code git master
xl_heap_inplace Struct Reference

#include <heapam_xlog.h>

Data Fields

OffsetNumber offnum
 
Oid dbId
 
Oid tsId
 
bool relcacheInitFileInval
 
int nmsgs
 
SharedInvalidationMessage msgs [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 426 of file heapam_xlog.h.

Field Documentation

◆ dbId

Oid xl_heap_inplace::dbId

Definition at line 429 of file heapam_xlog.h.

Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().

◆ msgs

Definition at line 433 of file heapam_xlog.h.

Referenced by heap_desc(), and heap_xlog_inplace().

◆ nmsgs

int xl_heap_inplace::nmsgs

Definition at line 432 of file heapam_xlog.h.

Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().

◆ offnum

OffsetNumber xl_heap_inplace::offnum

Definition at line 428 of file heapam_xlog.h.

Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().

◆ relcacheInitFileInval

bool xl_heap_inplace::relcacheInitFileInval

Definition at line 431 of file heapam_xlog.h.

Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().

◆ tsId

Oid xl_heap_inplace::tsId

Definition at line 430 of file heapam_xlog.h.

Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().


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