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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix GiST README's explanation of the NSN cross-check.
Date: 2023-09-19 08:57:49
Message-ID: E1qiWYH-004jR4-Ah@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_11_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-09-19 09:35:20 pgsql: Replace more MemSet calls with struct initialization
Previous Message Peter Eisentraut 2023-09-19 07:51:19 pgsql: Standardize type of extend_by counter