]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove test case that doesn't work with --disable-integer-timestamps.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Nov 2019 20:50:16 +0000 (15:50 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Nov 2019 20:50:16 +0000 (15:50 -0500)
commit18622caa3763f1a0b2c3abe93a9ec5d4aa3f55d2
tree5feff78f845dcd33f22afb589ddb9eb097f89fc4
parent1bd67d5358435e4441961d250a408979f0c4f484
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
src/test/regress/expected/interval.out
src/test/regress/sql/interval.sql