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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 64276c7e45e602e82da24798e5d1b272c639e8bd
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2023-09-19T08:54:24Z
Releases: 16.1
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

Files

PathChange+/−
src/backend/access/gist/README modified +4 −4

Discussion