pgsql: Doc: fix missing/bogus documentation of range_intersect_agg(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix missing/bogus documentation of range_intersect_agg().
Date
Msg-id E1nvMfV-001jr9-HL@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f6b6a8fb94f115c5197fbba0c004a262dc710134

Modified Files
--------------
doc/src/sgml/func.sgml       |  2 +-
doc/src/sgml/release-15.sgml | 11 -----------
2 files changed, 1 insertion(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Doc: Document pg_stat_recovery_prefetch.stats_reset.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix COPY FROM when database encoding is SQL_ASCII.