pgsql: Use half-open interval notation in without_overlaps tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use half-open interval notation in without_overlaps tests
Date: 2024-03-19 10:50:36
Message-ID: E1rmX3D-004a0H-VL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use half-open interval notation in without_overlaps tests

This way, the input literals match the output in any error messages.

Author: Paul A. Jungwirth <pj(at)illuminatedcomputing(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5577a71fb0cc16bb7f5e3c40b89eb77460eac724

Modified Files
--------------
src/test/regress/expected/without_overlaps.out | 42 +++++++++++++-------------
src/test/regress/sql/without_overlaps.sql | 42 +++++++++++++-------------
2 files changed, 42 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-03-19 12:38:56 pgsql: pg_upgrade: run all data type checks per connection
Previous Message Peter Eisentraut 2024-03-19 10:01:53 pgsql: Fix misleading comments