Re: pg_combinebackup PITR comparison test fix

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_combinebackup PITR comparison test fix
Date: 2024-12-17 10:47:27
Message-ID: 878qse60xs.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier <michael(at)paquier(dot)xyz> writes:

> On Mon, Dec 16, 2024 at 12:26:38PM +0000, Dagfinn Ilmari Mannsåker wrote:
>> s{create tablespace .* location .*\btspitr\K[12]}{N}i for @_;
>>
>> I think I'm leaning towards the latter, for simplicity and robustness.
>
> Simplicity and robustness works here and in the CI, so I have used the
> latter then applied your patch. Thanks!

Thanks!

- ilmari

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-12-17 10:48:03 Re: Memory leak in WAL sender with pgoutput (v10~)
Previous Message Andreas Karlsson 2024-12-17 10:45:52 Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2