Re: Something for the TODO list: deprecating abstime and friends

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Mark Dilger <hornschnorter@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2017-07-19T13:35:49Z
Lists: pgsql-hackers
Mark Dilger <hornschnorter@gmail.com> writes:
>> On Jul 18, 2017, at 9:13 PM, Mark Dilger <hornschnorter@gmail.com> wrote:
>> There was not much conversation about this, so I went ahead with what
>> I think makes a logical first step.  The attached patch removes the tinterval
>> datatype from the sources.

> As predicted, this second patch (which should be applied *after* the prior
> tinterval_abatement patch) removes the reltime datatype from the sources.

Seems like a good plan.  Please be sure to add these patches to the next
commitfest, so we remember them when the time comes.

			regards, tom lane


Commits

  1. Add static assertions about pg_control fitting into one disk sector.

  2. doc: Remove PostgreSQL version number from xml2 deprecation notice