Re: Simplify set of flags used by MyXactFlags
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-01-26T03:05:42Z
Lists: pgsql-hackers
On Fri, Jan 25, 2019 at 12:30:39PM -0300, Alvaro Herrera wrote: > I am, except that the change of "table" to "object" in xact.c line 2262 > makes the new paragraph read a bit weird -- it's now saying "if we've > added a temp object ... Other objects have the same problem". Doesn't > make sense. If you keep that word as "table", it works fine. Indeed. Committed with this suggestion. Thanks for the review. -- Michael
Commits
-
Simplify restriction handling of two-phase commit for temporary objects
- c9b75c5838fe 12.0 landed