On Sep 6, 2022, 16:03 +0800, Japin Li <japinli@hotmail.com>, wrote:
In commit dc7420c2c9, the RecentGlobalXmin variable is removed, however,
there are some places that reference it.
$ grep 'RecentGlobalXmin' -rn src/
src/backend/replication/logical/launcher.c:101: * the secondary effect that it sets RecentGlobalXmin. (This is critical
src/backend/utils/init/postinit.c:790: * interested in the secondary effect that it sets RecentGlobalXmin. (This
src/backend/postmaster/autovacuum.c:1898: * the secondary effect that it sets RecentGlobalXmin. (This is critical
Yeah, RecentGlobalXmin is removed.
It's out-of-date, doesn't it? I'm not sure s/RecentGlobalXmin/RecentXmin/g
is right. Any thoughts?
I’m afraid not, RecentGlobalXmin is split to several GlobalVis* variables.
Need to check one by one.