Re: Removal of currtid()/currtid2() and some table AM cleanup
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Michael Paquier <michael@paquier.xyz>,
"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-20T16:53:11Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > On 2020-09-03 12:14, Michael Paquier wrote: >> Opinions are welcome about the arguments of upthread. > It appears that currtid2() is still used, so we ought to keep it. Yeah, if pgODBC were not using it at all then I think it'd be fine to get rid of, but if it still contains calls then we cannot. The suggestion upthread that those calls might be unreachable is interesting, but it seems unproven. regards, tom lane
Commits
-
Remove catalog function currtid()
- 7b94e999606e 14.0 landed