Re: Add -k/--link option to pg_combinebackup - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Add -k/--link option to pg_combinebackup
Date
Msg-id CA+TgmoY-4uRhz_EEKYZrMmg9ZY2vENiarjsSPgDSeSPX-M_zow@mail.gmail.com
Whole thread Raw
In response to Re: Add -k/--link option to pg_combinebackup  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Add -k/--link option to pg_combinebackup
List pgsql-hackers
On Tue, Mar 18, 2025 at 10:31 AM Andrew Dunstan <andrew@dunslane.net> wrote:
> > On Mar 18, 2025, at 9:34 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> > On Tue, Mar 18, 2025 at 9:27 AM Andrew Dunstan <andrew@dunslane.net> wrote:
> >> Maybe we could have a TAP test module that would run it but only if you
> >> have "code-indent" in your PG_TEST_EXTRA.
> > What is the argument against always testing this?
>
> Just a question if everyone wants to run this. Koel takes about 10s to run the indent test.

Well, IMHO, that's pretty cheap insurance against having to push a
second commit to fix indentation. But I guess one problem is not
everyone may have pgindent installed locally.

But at least I should get it set up here. I tried setting
PG_TEST_EXTRA=code-indent locally and running 'meson test' and I
didn't get a failure -- and 'git grep code-indent' returned nothing.
Any tips?

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: optimize file transfer in pg_upgrade
Next
From: Bruce Momjian
Date:
Subject: Re: CRC32C Parallel Computation Optimization on ARM