diff options
Diffstat (limited to 'src/include/access/heapam_xlog.h')
-rw-r--r-- | src/include/access/heapam_xlog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/access/heapam_xlog.h b/src/include/access/heapam_xlog.h index 8cb0d8da193..a2c67d1cd3f 100644 --- a/src/include/access/heapam_xlog.h +++ b/src/include/access/heapam_xlog.h @@ -345,8 +345,9 @@ typedef struct xl_heap_freeze_page TransactionId snapshotConflictHorizon; uint16 nplans; - /* FREEZE PLANS FOLLOW */ - /* OFFSET NUMBER ARRAY FOLLOWS */ + /* + * In payload of blk 0 : FREEZE PLANS and OFFSET NUMBER ARRAY + */ } xl_heap_freeze_page; #define SizeOfHeapFreezePage (offsetof(xl_heap_freeze_page, nplans) + sizeof(uint16)) |