Add a couple more tests for interval input decoding. Cover some cases that would have been broken by a proposed patch, but we failed to notice for lack of test coverage. I'm pushing this separately mainly to memorialize that it *is* our historical behavior.
Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1b208ebaf14e668a24c78ee42cf805431cd0f591 Modified Files -------------- src/test/regress/expected/interval.out | 20 ++++++++++++++++++++ src/test/regress/sql/interval.sql | 12 ++++++++++++ 2 files changed, 32 insertions(+)
