Re: Snapbuild woes followup
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Andres Freund <andres@anarazel.de>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, Petr Jelinek <petr@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Thomas Munro <thomas.munro@gmail.com>
Date: 2021-02-04T15:23:53Z
Lists: pgsql-hackers
On 2021-Jan-25, Andres Freund wrote: > See attached patch... Looks good to me. I was wondering if there would be a point in using a FullTransactionId instead of an unadorned one. I don't know what's the true risk of an Xid wraparound occurring here, but it seems easier to reason about. But then that's probably a larger change to make all of snapbuild use FullTransactionIds, so not for this patch to worry about. -- Álvaro Herrera 39°49'30"S 73°17'W
Commits
-
Remove backwards compat ugliness in snapbuild.c.
- a975ff4980d6 14.0 landed
-
Fix two typos in snapbuild.c.
- 55ef8555f0c1 14.0 landed
-
Fix race condition leading to hanging logical slot creation.
- 955a684e0401 10.0 cited