Skip to content

Commit ee68a44

Browse files
committed
Improve comment.
1 parent 2af72ce commit ee68a44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/access/gin/ginxlog.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,9 +671,10 @@ gin_redo(XLogRecPtr lsn, XLogRecord *record)
671671
uint8 info = record->xl_info & ~XLR_INFO_MASK;
672672

673673
/*
674-
* GIN indexes do not require any conflict processing.
674+
* 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.
675677
*/
676-
677678
RestoreBkpBlocks(lsn, record, false);
678679

679680
topCtx = MemoryContextSwitchTo(opCtx);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy