Out-of-date comments about RecentGlobalXmin? - Mailing list pgsql-hackers

From Japin Li
Subject Out-of-date comments about RecentGlobalXmin?
Date
Msg-id MEYP282MB1669E89A24DD9FFDCF858CAEB67E9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Out-of-date comments about RecentGlobalXmin?
List pgsql-hackers
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

It's out-of-date, doesn't it?  I'm not sure s/RecentGlobalXmin/RecentXmin/g
is right.  Any thoughts?

-- 
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: [RFC] building postgres with meson - v12
Next
From: John Naylor
Date:
Subject: Re: build remaining Flex files standalone