Re: [bugfix] commit timestamps ERROR on lookup of FrozenTransactionId
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Craig Ringer <craig@2ndquadrant.com>, Andres Freund <andres@anarazel.de>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-24T16:51:24Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > I considered the argument here for a bit and I think Craig is right -- FWIW, I agree. We shouldn't require every call site to special-case this, and we definitely don't want it to require special cases in SQL code. (And I'm for back-patching, too.) regards, tom lane
Commits
-
Fix commit_ts for FrozenXid and BootstrapXid
- 9b66342901f2 9.6.2 landed
- 7816d13563b7 9.5.6 landed
- 4aaddf2f0098 10.0 landed