mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -1228,6 +1228,10 @@ typedef struct BrinOpcInfo
 | 
				
			|||||||
     <entry>Support Procedure 4</entry>
 | 
					     <entry>Support Procedure 4</entry>
 | 
				
			||||||
     <entry>internal function <function>brin_bloom_union()</function></entry>
 | 
					     <entry>internal function <function>brin_bloom_union()</function></entry>
 | 
				
			||||||
    </row>
 | 
					    </row>
 | 
				
			||||||
 | 
					    <row>
 | 
				
			||||||
 | 
					     <entry>Support Procedure 5</entry>
 | 
				
			||||||
 | 
					     <entry>internal function <function>brin_bloom_options()</function></entry>
 | 
				
			||||||
 | 
					    </row>
 | 
				
			||||||
    <row>
 | 
					    <row>
 | 
				
			||||||
     <entry>Support Procedure 11</entry>
 | 
					     <entry>Support Procedure 11</entry>
 | 
				
			||||||
     <entry>function to compute hash of an element</entry>
 | 
					     <entry>function to compute hash of an element</entry>
 | 
				
			||||||
@@ -1286,6 +1290,10 @@ typedef struct BrinOpcInfo
 | 
				
			|||||||
     <entry>Support Procedure 4</entry>
 | 
					     <entry>Support Procedure 4</entry>
 | 
				
			||||||
     <entry>internal function <function>brin_minmax_multi_union()</function></entry>
 | 
					     <entry>internal function <function>brin_minmax_multi_union()</function></entry>
 | 
				
			||||||
    </row>
 | 
					    </row>
 | 
				
			||||||
 | 
					    <row>
 | 
				
			||||||
 | 
					     <entry>Support Procedure 5</entry>
 | 
				
			||||||
 | 
					     <entry>internal function <function>brin_minmax_multi_options()</function></entry>
 | 
				
			||||||
 | 
					    </row>
 | 
				
			||||||
    <row>
 | 
					    <row>
 | 
				
			||||||
     <entry>Support Procedure 11</entry>
 | 
					     <entry>Support Procedure 11</entry>
 | 
				
			||||||
     <entry>function to compute distance between two values (length of a range)</entry>
 | 
					     <entry>function to compute distance between two values (length of a range)</entry>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user