Re: pg_combinebackup PITR comparison test fix

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-12-17T00:25:38Z
Lists: pgsql-hackers
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!
--
Michael

Commits

  1. pg_combinebackup: Fix PITR comparison test in 002_compare_backups