]> 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:13 +0000 (11:56 +0300)
commit78df27e2ff52d1798f11bd558566746f2d224d8b
treeb7dd060c0d3742b44049a77f04d6d7597366b09c
parentbb65f3c1b25fa7a7e7afe6d4b2fd68c85dd880da
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