We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb58bacd commit60a3dffCopy full SHA for 60a3dff
src/include/access/htup.h
@@ -593,15 +593,15 @@ typedef HeapTupleData *HeapTuple;
593
594
#defineXLOG_HEAP_OPMASK0x70
595
/*
596
- * When we insert 1st item on new page in INSERT/UPDATE
597
- * we can (and we do) restore entire page in redo
+ * When we insert 1st item on new page in INSERT,UPDATE, HOT_UPDATE,
+ *or MULTI_INSERT,we can (and we do) restore entire page in redo
598
*/
599
#defineXLOG_HEAP_INIT_PAGE0x80
600
601
* We ran out of opcodes, so heapam.c now has a second RmgrId.These opcodes
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 ofthese.
+ * the ones above associated with RM_HEAP_ID.XLOG_HEAP_OPMASK applies to
+ * these, too.
605
606
#defineXLOG_HEAP2_FREEZE0x00
607
#defineXLOG_HEAP2_CLEAN0x10