Hi,
On 2021-05-24 15:47:48 +0900, Michael Paquier wrote:
> dc7420c2 has removed RecentGlobalXmin, but there are still references
> to it in the code, and a set of FIXME references, like this one in
> autovacuum.c (three in total):
> /*
> * Start a transaction so we can access pg_database, and get
Hi,
dc7420c2 has removed RecentGlobalXmin, but there are still references
to it in the code, and a set of FIXME references, like this one in
autovacuum.c (three in total):
/*
* Start a transaction so we can access pg_database, and get a snapshot.
* We don't have a use for the snapshot itself, bu