Re: Add system identifier to backup manifest
Amul Sul <sulamul@gmail.com>
From: Amul Sul <sulamul@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-03-04T05:32:50Z
Lists: pgsql-hackers
On Wed, Feb 21, 2024 at 10:01 AM Michael Paquier <michael@paquier.xyz> wrote: > On Mon, Feb 19, 2024 at 12:06:19PM +0530, Amul Sul wrote: > > On Mon, Feb 19, 2024 at 4:22 AM Michael Paquier <michael@paquier.xyz> > wrote: > >> And the new option should be documented at the top of the init() > >> routine for perldoc. > > > > Added in the attached version. > > I've done some wordsmithing on 0001 and it is OK, so I've applied it > to move the needle. Hope that helps. > Thank you very much. Regards, Amul
Commits
-
Add the system identifier to backup manifests.
- 2041bc4276c9 17.0 landed
-
pg_verifybackup: Refactor parse_manifest_file.
- dc8f2d7c064a 17.0 landed
-
Add option force_initdb to PostgreSQL::Test::Cluster:init()
- ff9e1e764fcc 17.0 landed