Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af72ce commit ee68a44Copy full SHA for ee68a44
src/backend/access/gin/ginxlog.c
@@ -671,9 +671,10 @@ gin_redo(XLogRecPtr lsn, XLogRecord *record)
671
uint8 info = record->xl_info & ~XLR_INFO_MASK;
672
673
/*
674
- * GIN indexes do not require any conflict processing.
+ * GIN indexes do not require any conflict processing. NB: If we ever
675
+ * implement a similar optimization as we have in b-tree, and remove
676
+ * killed tuples outside VACUUM, we'll need to handle that here.
677
*/
-
678
RestoreBkpBlocks(lsn, record, false);
679
680
topCtx = MemoryContextSwitchTo(opCtx);
0 commit comments