pgsql: Additional tests for range_intersect_agg(anymultirange)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Additional tests for range_intersect_agg(anymultirange)
Date: 2022-03-30 15:23:54
Message-ID: E1nZaAr-000126-PL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Additional tests for range_intersect_agg(anymultirange)

Author: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
Reviewed-by: Chapman Flack <chap(at)anastigmatix(dot)net>
Discussion: https://www.postgresql.org/message-id/flat/007ef255-35ef-fd26-679c-f97e7a7f30c2(at)illuminatedcomputing(dot)com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/multirangetypes.out | 39 +++++++++++++++++++++++++++
src/test/regress/sql/multirangetypes.sql | 9 +++++++
2 files changed, 48 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-30 15:25:41 pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches
Previous Message Peter Eisentraut 2022-03-30 15:14:49 pgsql: doc: Document range_intersect_agg(anymultirange)