]> granicus.if.org Git - postgresql/commit
Remove abstime, reltime, tinterval tables from old regression databases.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Oct 2018 23:33:56 +0000 (19:33 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Oct 2018 23:33:56 +0000 (19:33 -0400)
commit9320263ae7cac206c2e82e00e42dbcddce4e8dfb
tree1647b0b4f9880d65385209b13aaba9d9c4190e6a
parent532e3b5b3dd278f77baa5f0b9483bf2aba226399
Remove abstime, reltime, tinterval tables from old regression databases.

In the back branches, drop these tables after the regression tests are
done with them.  This fixes failures of cross-branch pg_upgrade testing
caused by these types having been removed in v12.  We do lose the ability
to test dump/restore behavior with these types in the back branches, but
the actual loss of code coverage seems to be nil given that there's nothing
very special about these types.

Discussion: https://postgr.es/m/20181009192237.34wjp3nmw7oynmmr@alap3.anarazel.de
src/test/regress/expected/horology.out
src/test/regress/expected/sanity_check.out
src/test/regress/sql/horology.sql