Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6b6a8f

Browse files
committed
Doc: fix missing/bogus documentation of range_intersect_agg().
The form taking anymultirange had not been documented. This wasfixed in HEAD inb21c4cf, but that should have been back-patchedto v14 since the function was added there. Do so now.Also, the form taking anyrange was incorrectly documented asreturning anymultirange, when it returns anyrange.Removeb21c4cf from the v15 release notes, since it no longerqualifies as new-in-v15.Noted by Shay Rojansky.Discussion:https://postgr.es/m/CADT4RqAktzP7t6SFf0Xqm9YhahzvsmxFbzXe-gFOd=+_CHm0JA@mail.gmail.com
1 parentcfce3be commitf6b6a8f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 11 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp