|
PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
| OffsetNumber | offnum |
| Oid | dbId |
| Oid | tsId |
| bool | relcacheInitFileInval |
| int | nmsgs |
| SharedInvalidationMessage | msgs [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 434 of file heapam_xlog.h.
| Oid xl_heap_inplace::dbId |
Definition at line 437 of file heapam_xlog.h.
Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().
| SharedInvalidationMessage xl_heap_inplace::msgs[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 441 of file heapam_xlog.h.
Referenced by heap_desc(), and heap_xlog_inplace().
| int xl_heap_inplace::nmsgs |
Definition at line 440 of file heapam_xlog.h.
Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().
| OffsetNumber xl_heap_inplace::offnum |
Definition at line 436 of file heapam_xlog.h.
Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().
| bool xl_heap_inplace::relcacheInitFileInval |
Definition at line 439 of file heapam_xlog.h.
Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().
| Oid xl_heap_inplace::tsId |
Definition at line 438 of file heapam_xlog.h.
Referenced by heap_desc(), heap_inplace_update_and_unlock(), and heap_xlog_inplace().