pgsql: Doc: fix missing/bogus documentation of range_intersect_agg().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix missing/bogus documentation of range_intersect_agg().
Date: 2022-05-29 17:25:33
Message-ID: E1nvMfV-001jrA-Hv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix missing/bogus documentation of range_intersect_agg().

The form taking anymultirange had not been documented. This was
fixed in HEAD in b21c4cf95, 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 b21c4cf95 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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9f2d1946d4b41a27cb5b62da7a5f070acc62cd4e

Modified Files
--------------
doc/src/sgml/func.sgml | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2022-05-29 21:08:32 pgsql: Fix COPY FROM when database encoding is SQL_ASCII.
Previous Message Thomas Munro 2022-05-29 05:10:50 pgsql: Doc: Document pg_stat_recovery_prefetch.stats_reset.