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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix GiST README's explanation of the NSN cross-check.
Дата
Msg-id E1qiWYH-004jQp-8N@gemulon.postgresql.org
обсуждение исходный текст
Список 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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/64276c7e45e602e82da24798e5d1b272c639e8bd

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Standardize type of extend_by counter
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Replace more MemSet calls with struct initialization