Thread: pgsql: Fix GiST README's explanation of the NSN cross-check.

pgsql: Fix GiST README's explanation of the NSN cross-check.

From
Heikki Linnakangas
Date:
Fix GiST README's explanation of the NSN cross-check.

The text got the condition backwards, it's "NSN > LSN", not "NSN < LSN".
While we're at it, expand it a little for clarity.

Reviewed-by: Daniel Gustafsson
Discussion: https://www.postgresql.org/message-id/4cb46e18-e688-524a-0f73-b1f03ed5d6ee@iki.fi

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bd7a18e70714bd57c1375a93eb2e64378dbc7d99

Modified Files
--------------
src/backend/access/gist/README | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)