pgsql: Doc: add missed entries in BRIN extensibility tables. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: add missed entries in BRIN extensibility tables.
Date
Msg-id E1plxXE-002PtI-Gf@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: add missed entries in BRIN extensibility tables.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Clarify nbtree posting list update desc issue.