|
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 466 of file heapam_xlog.h.
| Oid xl_heap_inplace::dbId |
Definition at line 469 of file heapam_xlog.h.
| SharedInvalidationMessage xl_heap_inplace::msgs[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 473 of file heapam_xlog.h.
| int xl_heap_inplace::nmsgs |
Definition at line 472 of file heapam_xlog.h.
| OffsetNumber xl_heap_inplace::offnum |
Definition at line 468 of file heapam_xlog.h.
| bool xl_heap_inplace::relcacheInitFileInval |
Definition at line 471 of file heapam_xlog.h.
| Oid xl_heap_inplace::tsId |
Definition at line 470 of file heapam_xlog.h.