Skip to content

Commit f6b6a8f

Browse files
committed
Doc: fix missing/bogus documentation of range_intersect_agg().
The form taking anymultirange had not been documented. This was fixed in HEAD in b21c4cf, but that should have been back-patched to v14 since the function was added there. Do so now. Also, the form taking anyrange was incorrectly documented as returning anymultirange, when it returns anyrange. Remove b21c4cf from the v15 release notes, since it no longer qualifies as new-in-v15. Noted by Shay Rojansky. Discussion: https://postgr.es/m/CADT4RqAktzP7t6SFf0Xqm9YhahzvsmxFbzXe-gFOd=+_CHm0JA@mail.gmail.com
1 parent cfce3be commit f6b6a8f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21067,7 +21067,7 @@ SELECT NULLIF(value, '(none)') ...
2106721067
</indexterm>
2106821068
<function>range_intersect_agg</function> ( <parameter>value</parameter>
2106921069
<type>anyrange</type> )
21070-
<returnvalue>anymultirange</returnvalue>
21070+
<returnvalue>anyrange</returnvalue>
2107121071
</para>
2107221072
<para role="func_signature">
2107321073
<function>range_intersect_agg</function> ( <parameter>value</parameter>

doc/src/sgml/release-15.sgml

-11
Original file line numberDiff line numberDiff line change
@@ -2489,17 +2489,6 @@ Add documentation for pg_encoding_to_char() and pg_char_to_encoding() (Ian Lawre
24892489
</para>
24902490
</listitem>
24912491

2492-
<!--
2493-
Author: Peter Eisentraut <peter@eisentraut.org>
2494-
2022-03-30 [b21c4cf95] doc: Document range_intersect_agg(anymultirange)
2495-
-->
2496-
2497-
<listitem>
2498-
<para>
2499-
Add documentation for range_intersect_agg(anymultirange) (Paul Jungwirth)
2500-
</para>
2501-
</listitem>
2502-
25032492
<!--
25042493
Author: Tom Lane <tgl@sss.pgh.pa.us>
25052494
2021-10-09 [2ae5d72f0] Doc: improve documentation for ^@ starts-with operator.

0 commit comments

Comments
 (0)