Re: [HACKERS] removing abstime, reltime, tinterval.c, spi/timetravel
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgreSQL.org
Date: 2018-10-09T21:37:09Z
Lists: pgsql-hackers
Hi, On 2018-10-09 17:27:17 -0400, Tom Lane wrote: > Andres Freund <andres@anarazel.de> writes: > > As discussed below (at [1]), I think we should remove $subject. I plan > > to do so, unless somebody protests soon-ish. I thought it'd be better > > to call attention to this in a new thread, to make sure people had a > > chance to object. > > I complained about this already on the other thread, I think, but: > I do not think we should remove timeofday(). It's unrelated to these > datatypes and it offers functionality that isn't quite duplicated > elsewhere. Ok. I find it a somewhat weird function, but I agree it's not strongly related. It only came up because it's implemented in nabstime.c. Moving it to utils/adt/timestamp.c seems to make the most sense? Greetings, Andres Freund
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