Re: Add PGDLLIMPORT lines to some variables - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Add PGDLLIMPORT lines to some variables
Date
Msg-id CAH2-WzmZALyyyAfXdUYyWK5+XiC-tvu7Biog57qaeoYYBAQoyg@mail.gmail.com
Whole thread Raw
In response to Re: Add PGDLLIMPORT lines to some variables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Add PGDLLIMPORT lines to some variables  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
On Tue, Dec 5, 2017 at 6:49 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>> RecentGlobalXmin -- This is only PGDLLIMPORT on Postgres 10+,
>> following commit 56018bf2. I'd like to get that back to 9.4, although
>> there is no reason to not include 9.3.
>>
>> TransactionXmin -- This is needed for the newer heap-matches-index
>> verification check. Again, I would like this on 9.4+, but 9.3+ works
>> too.
>>
>> Note that somebody asked about running it on Windows recently, and on
>> one other occasion in the past. It does come up.
>
> Committed with these additions.  Please check that I haven't messed anything up.

Thanks, but you modified RecentGlobalDataXmin, not RecentGlobalXmin.
Can you fix it, please?

-- 
Peter Geoghegan


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: pg_dumpall -r -c try to drop user postgres
Next
From: Peter Geoghegan
Date:
Subject: Re: Add PGDLLIMPORT lines to some variables