Re: setLastTid() and currtid()

Tom Lane <[email protected]> Thu, 11 Apr 2019 13:27:03 -0400
Newsgroups gmane.comp.db.postgresql.odbc,gmane.comp.db.postgresql.devel.general
Message-ID <[email protected]>
Andres Freund <[email protected]> writes:
> On 2019-03-27 10:01:08 +0900, Inoue, Hiroshi wrote:
>> The above code remains only for PG servers whose version < 8.2.
>> Please remove the code around setLastTid().

> Does anybody else have concerns about removing this interface? Does
> anybody think we should have a deprecation phase? Should we remove this
> in 12 or 13?

I think removing it after feature freeze is not something to do,
but +1 for nuking it as soon as the v13 branch opens.  Unless
there's some important reason we need it to be gone in v12?

			regards, tom lane