pgsql: Doc: fix minor issues in GiST support function documentation.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: fix minor issues in GiST support function documentation.
Дата
Msg-id E1mXRrT-00063M-CN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: fix minor issues in GiST support function documentation.

gist.sgml and xindex.sgml hadn't been fully updated for the
addition of a sortsupport support function (commit 16fa9b2b3).
xindex.sgml also missed that the compress and decompress support
functions are optional, an apparently far older oversight.

In passing, fix gratuitous inconsistencies in wording and
capitalization.

Noted by E. Rogov.  Back-patch to v14; the residual issues
before that aren't significant enough to bother with.

Discussion: https://postgr.es/m/163335322905.12519.5711557029494638051@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36d1a848a86afd2855215af2a112b9bde999354a

Modified Files
--------------
doc/src/sgml/gist.sgml   |  8 ++++----
doc/src/sgml/xindex.sgml | 34 ++++++++++++++++++----------------
2 files changed, 22 insertions(+), 20 deletions(-)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix duplicate words in comments
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Make Unicode makefile parallel-safe