|
PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
| uint16 | nplans |
| xlhp_freeze_plan | plans [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 373 of file heapam_xlog.h.
| uint16 xlhp_freeze_plans::nplans |
Definition at line 375 of file heapam_xlog.h.
Referenced by heap_xlog_deserialize_prune_and_freeze(), and log_heap_prune_and_freeze().
| xlhp_freeze_plan xlhp_freeze_plans::plans[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 376 of file heapam_xlog.h.
Referenced by heap_xlog_deserialize_prune_and_freeze().