pgsql: Remove test case that doesn't work with --disable-integer-timest - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove test case that doesn't work with --disable-integer-timest
Date
Msg-id E1iTXgh-0003EH-DX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove test case that doesn't work with --disable-integer-timestamps.

Commits a7145f6bc et al. added a test to verify integer overflow
detection in interval_mul.  That only applies with integer timestamps,
of course, so it's problematic in pre-v10 branches where we supported
float timestamps.  The test was only marginally worth the trouble to
begin with, so just remove it in those branches.  Per buildfarm.

Discussion: https://postgr.es/m/6437.1573319193@sss.pgh.pa.us

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/30f6998ffc7df1f5d27cf40f20ac550ab4be5bfa

Modified Files
--------------
src/test/regress/expected/interval.out | 3 ---
src/test/regress/sql/interval.sql      | 3 ---
2 files changed, 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix subscription test
Next
From: Tom Lane
Date:
Subject: pgsql: Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25.