| 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-0003EH-DX@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | 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_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(-)
| 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 |