]> 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:16 +0000 (11:56 +0300)
commit459439f72892b05b4978959a53d70c5b1d3560a4
tree4d7ce0b056c6070fc7de91eb711c18dfefaa8ea4
parent35e8ba3e54ec01fb705c31061eaeda56ba904354
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