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/[email protected] 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(-)
