File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -593,15 +593,15 @@ typedef HeapTupleData *HeapTuple;
593
593
594
594
#define XLOG_HEAP_OPMASK 0x70
595
595
/*
596
- * When we insert 1st item on new page in INSERT/ UPDATE
597
- * we can (and we do) restore entire page in redo
596
+ * When we insert 1st item on new page in INSERT, UPDATE, HOT_UPDATE,
597
+ * or MULTI_INSERT, we can (and we do) restore entire page in redo
598
598
*/
599
599
#define XLOG_HEAP_INIT_PAGE 0x80
600
600
/*
601
601
* We ran out of opcodes, so heapam.c now has a second RmgrId. These opcodes
602
602
* are associated with RM_HEAP2_ID, but are not logically different from
603
- * the ones above associated with RM_HEAP_ID. We apply XLOG_HEAP_OPMASK,
604
- * although currently XLOG_HEAP_INIT_PAGE is not used for any of these.
603
+ * the ones above associated with RM_HEAP_ID. XLOG_HEAP_OPMASK applies to
604
+ * these, too .
605
605
*/
606
606
#define XLOG_HEAP2_FREEZE 0x00
607
607
#define XLOG_HEAP2_CLEAN 0x10
You can’t perform that action at this time.
0 commit comments