mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
More duplicate word removal.
This commit is contained in:
@ -258,7 +258,7 @@ gistScanPage(IndexScanDesc scan, GISTSearchItem *pageItem, double *myDistances,
|
||||
/*
|
||||
* Check if we need to follow the rightlink. We need to follow it if the
|
||||
* page was concurrently split since we visited the parent (in which case
|
||||
* parentlsn < nsn), or if the the system crashed after a page split but
|
||||
* parentlsn < nsn), or if the system crashed after a page split but
|
||||
* before the downlink was inserted into the parent.
|
||||
*/
|
||||
if (!XLogRecPtrIsInvalid(pageItem->data.parentlsn) &&
|
||||
|
Reference in New Issue
Block a user