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

2019-11-09 Thread Tom Lane
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

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

2019-11-09 Thread Tom Lane
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

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

2019-11-09 Thread Tom Lane
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