Doc: fix minor issues in GiST support function documentation.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5f46180070d108f2f2aec6a9d3d488d3ef55b42e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-10-04T17:34:31Z
Releases: 14.1
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

Files

PathChange+/−
doc/src/sgml/gist.sgml modified +4 −4
doc/src/sgml/xindex.sgml modified +18 −16

Documentation touched

Discussion