pgsql: Doc: add missed entries in BRIN extensibility tables.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add missed entries in BRIN extensibility tables.
Date: 2023-04-10 19:50:22
Message-ID: E1plxWv-002PsS-3b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add missed entries in BRIN extensibility tables.

The tables in "71.3. Extensibility" listing the support functions
for bloom and minmax-multi opclasses should include the associated
options function. While this isn't quite as required as the rest,
you need it for full functionality of the opclass.

Back-patch to v14 where these functions were added.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b07ee0beb9f67716a13bae193207ac19129bd0c

Modified Files
--------------
doc/src/sgml/brin.sgml | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-10 19:50:41 pgsql: Doc: add missed entries in BRIN extensibility tables.
Previous Message Peter Geoghegan 2023-04-10 18:16:24 pgsql: Fix nbtree posting list update desc output.