Skip to content

Commit 0cb01a0

Browse files
committed
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.
1 parent 07a9f4f commit 0cb01a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/src/sgml/brin.sgml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,10 @@ typedef struct BrinOpcInfo
12281228
<entry>Support Procedure 4</entry>
12291229
<entry>internal function <function>brin_bloom_union()</function></entry>
12301230
</row>
1231+
<row>
1232+
<entry>Support Procedure 5</entry>
1233+
<entry>internal function <function>brin_bloom_options()</function></entry>
1234+
</row>
12311235
<row>
12321236
<entry>Support Procedure 11</entry>
12331237
<entry>function to compute hash of an element</entry>
@@ -1286,6 +1290,10 @@ typedef struct BrinOpcInfo
12861290
<entry>Support Procedure 4</entry>
12871291
<entry>internal function <function>brin_minmax_multi_union()</function></entry>
12881292
</row>
1293+
<row>
1294+
<entry>Support Procedure 5</entry>
1295+
<entry>internal function <function>brin_minmax_multi_options()</function></entry>
1296+
</row>
12891297
<row>
12901298
<entry>Support Procedure 11</entry>
12911299
<entry>function to compute distance between two values (length of a range)</entry>

0 commit comments

Comments
 (0)