8000 Improve comment. · postgrespro/postgres_cluster@ee68a44 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0