From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | vignesh C <vignesh21(at)gmail(dot)com> |
Cc: | Israel Barth Rubio <barthisrael(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Add -k/--link option to pg_combinebackup |
Date: | 2025-02-27 14:04:03 |
Message-ID: | CA+TgmoYr91wsoi2-WzPnEBHsx_XweM167e4SQhLCHWPA-C4u-w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Feb 27, 2025 at 4:50 AM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> Few comments:
> 1) The new file 010_links.pl added should be included to meson.build also:
> 'tests': [
> 't/010_pg_basebackup.pl',
> 't/011_in_place_tablespace.pl',
> 't/020_pg_receivewal.pl',
> 't/030_pg_recvlogical.pl',
> 't/040_pg_createsubscriber.pl',
> ],
Also give it a different number than any existing file -- if we
already have an 010 in that directory then make this one something
else. 012, 050, or whatever makes most sense.
--
Robert Haas
EDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Maxim Orlov | 2025-02-27 14:16:28 | Re: Proposal: Limitations of palloc inside checkpointer |
Previous Message | Greg Sabino Mullane | 2025-02-27 13:54:56 | Re: Logging which local address was connected to in log_line_prefix |