From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: fix minor issues in GiST support function documentation. |
Date: | 2021-10-04 17:34:47 |
Message-ID: | E1mXRrT-00063N-Cm@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/5f46180070d108f2f2aec6a9d3d488d3ef55b42e
Modified Files
--------------
doc/src/sgml/gist.sgml | 8 ++++----
doc/src/sgml/xindex.sgml | 34 ++++++++++++++++++----------------
2 files changed, 22 insertions(+), 20 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2021-10-04 18:29:16 | pgsql: Make Unicode makefile parallel-safe |
Previous Message | Robert Haas | 2021-10-04 17:13:20 | Re: pgsql: Document XLOG_INCLUDE_XID a little better |