Skip to content

Commit 9f2d194

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 fe441a0 commit 9f2d194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19611,6 +19611,11 @@ SELECT NULLIF(value, '(none)') ...
1961119611
</indexterm>
1961219612
<function>range_intersect_agg</function> ( <parameter>value</parameter>
1961319613
<type>anyrange</type> )
19614+
<returnvalue>anyrange</returnvalue>
19615+
</para>
19616+
<para role="func_signature">
19617+
<function>range_intersect_agg</function> ( <parameter>value</parameter>
19618+
<type>anymultirange</type> )
1961419619
<returnvalue>anymultirange</returnvalue>
1961519620
</para>
1961619621
<para>

0 commit comments

Comments
 (0)