Re: Change pgarch_readyXlog() to return .history files first

From: David Steele <david(at)pgmasters(dot)net>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Change pgarch_readyXlog() to return .history files first
Date: 2018-12-26 14:45:55
Message-ID: aa549c96-ced8-a011-cdca-36a3e65c5efd@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/24/18 1:31 PM, Michael Paquier wrote:
> On Sat, Dec 22, 2018 at 08:55:14AM +0900, Michael Paquier wrote:
>> Thanks for the lookups. I can see that the patch applies without
>> conflicts down to 9.4, and based on the opinions gathered on this
>> thread back-patching this stuff is the consensus, based on input from
>> Kyotaro Horiguchi and David Steele (I don't mind much myself). So,
>> any objections from others in doing so?
>
> On REL9_4_STABLE, IsTLHistoryFileName() goes missing, so committed
> "only" down to 9.5. Thanks David for the patch and Horiguchi-san for
> the review.

Thanks, Michael!

I'm not too worried about 9.4 since it is currently the oldest supported
version. HA users tend to be on the leading edge of the upgrade curve
and others have the opportunity to upgrade if the reordering will help them.

--
-David
david(at)pgmasters(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-12-26 15:45:11 Re: reducing the footprint of ScanKeyword (was Re: Large writable variables)
Previous Message Alexey Kondratov 2018-12-26 14:11:34 Re: [Patch] pg_rewind: options to use restore_command from recovery.conf or command line