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:41
Message-ID: E1plxXE-002PtI-Gf@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4380c2509d51febad34e1fac0cfaeb98aaa716c5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2023-04-11 00:55:54 pgsql: Clarify nbtree posting list update desc issue.
Previous Message Tom Lane 2023-04-10 19:50:22 pgsql: Doc: add missed entries in BRIN extensibility tables.