PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
Oid | dbId |
uint32 | nrelids |
uint8 | flags |
Oid | relids [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 134 of file heapam_xlog.h.
Oid xl_heap_truncate::dbId |
Definition at line 136 of file heapam_xlog.h.
Referenced by DecodeTruncate(), and ExecuteTruncateGuts().
uint8 xl_heap_truncate::flags |
Definition at line 138 of file heapam_xlog.h.
Referenced by DecodeTruncate(), ExecuteTruncateGuts(), and heap_desc().
uint32 xl_heap_truncate::nrelids |
Definition at line 137 of file heapam_xlog.h.
Referenced by DecodeTruncate(), ExecuteTruncateGuts(), and heap_desc().
Oid xl_heap_truncate::relids[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 139 of file heapam_xlog.h.
Referenced by DecodeTruncate(), and heap_desc().