Re: [HACKERS] removing abstime, reltime, tinterval.c, spi/timetravel
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgreSQL.org
Date: 2018-10-12T23:34:53Z
Lists: pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes: > On 10/12/2018 12:20 PM, Tom Lane wrote: >> That's a pretty fair point. The types' I/O functions will be exercised >> well enough by the regression tests themselves, and it's hard to see what >> more test coverage is gained by including them in pg_dump/pg_upgrade >> testing. Maybe we should just drop those tables and be done with it. > If you're happy with that then go for it. It will be less work for me ;-) Done. regards, tom lane
Commits
-
Clean up/tighten up coercibility checks in opr_sanity regression test.
- e9f42d529f99 12.0 landed
-
Remove abstime, reltime, tinterval tables from old regression databases.
- fb583c80d230 9.3.25 landed
- 7b88c1ddd049 9.4.20 landed
- 9320263ae7ca 10.6 landed
- 43cc4e49edff 9.5.15 landed
- 2ad422ce10a4 9.6.11 landed
- 184951a48a10 11.0 landed