Re: Removal of currtid()/currtid2() and some table AM cleanup
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Michael Paquier <michael@paquier.xyz>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, "Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Hiroshi Saito <hiroshi@winpg.jp>, "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Date: 2020-11-21T18:33:58Z
Lists: pgsql-hackers
Hi, +1 for getting rid of whatever we can without too much trouble. On 2020-11-21 13:13:35 -0500, Tom Lane wrote: > Michael Paquier <michael@paquier.xyz> writes: > > Indeed, this could go. There is a recursive call for views, but in > > order to maintain compatibility with that we can just remove one > > function and move the second to use a regclass as argument, like the > > attached, while removing setLastTid(). Any thoughts? > > Considering that we're preserving this only for backwards compatibility, > I doubt that changing the signature is a good idea. It maybe risks > breaking something, and the ODBC driver is hardly going to notice > any improved ease-of-use. +1. Regards, Andres
Commits
-
Remove catalog function currtid()
- 7b94e999606e 14.0 landed