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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove test case that doesn't work with --disable-integer-timest
Date: 2019-11-09 20:50:27
Message-ID: E1iTXgh-0003EJ-E2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/18622caa3763f1a0b2c3abe93a9ec5d4aa3f55d2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-11-10 23:31:46 pgsql: Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25.
Previous Message Peter Eisentraut 2019-11-09 15:06:43 pgsql: Fix subscription test