mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Improve comment.
This commit is contained in:
parent
2af72cefea
commit
ee68a44106
@ -671,9 +671,10 @@ gin_redo(XLogRecPtr lsn, XLogRecord *record)
|
|||||||
uint8 info = record->xl_info & ~XLR_INFO_MASK;
|
uint8 info = record->xl_info & ~XLR_INFO_MASK;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GIN indexes do not require any conflict processing.
|
* GIN indexes do not require any conflict processing. NB: If we ever
|
||||||
|
* implement a similar optimization as we have in b-tree, and remove
|
||||||
|
* killed tuples outside VACUUM, we'll need to handle that here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
RestoreBkpBlocks(lsn, record, false);
|
RestoreBkpBlocks(lsn, record, false);
|
||||||
|
|
||||||
topCtx = MemoryContextSwitchTo(opCtx);
|
topCtx = MemoryContextSwitchTo(opCtx);
|
||||||
|
Loading…
Reference in New Issue
Block a user