]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix GiST README's explanation of the NSN cross-check.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 19 Sep 2023 08:53:51 +0000 (11:53 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 19 Sep 2023 08:56:10 +0000 (11:56 +0300)
commitbd7a18e70714bd57c1375a93eb2e64378dbc7d99
tree50156c6f4dc438cc4bb22cd16e80d45c79f3b47c
parent9e0ce80f3d0c217c33034984fce022a329d8961f
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
src/backend/access/gist/README