Re: [COMMITTERS] pgsql: Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: Simon Riggs <simon@2ndquadrant.com>, Robert Haas <robertmhaas@gmail.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-11-04T16:23:36Z
Lists: pgsql-hackers
Noah Misch <noah@leadboat.com> writes: > I plan to use the attached patch after the minor release tags land. If > there's significant support, I could instead push before the wrap. This looks fine to me --- I think you should push now. (which reminds me, I'd better get on with making release notes.) regards, tom lane
Commits
-
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
- 2a2e2e85e0f6 9.4.15 landed
- 7932891ab9cc 9.5.10 landed
- 1cac62dac0cf 9.6.6 landed
- 2168f37c4db6 10.1 landed
- bab3a714b621 11.0 landed
-
Account for catalog snapshot in PGXACT->xmin updates.
- 3e844a34b803 9.4.11 cited