Re: pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common. - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Date
Msg-id ZYI83OBanVOfOHVr@paquier.xyz
Whole thread Raw
In response to pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common.  (Robert Haas <rhaas@postgresql.org>)
List pgsql-committers
On Tue, Dec 19, 2023 at 08:29:18PM +0000, Robert Haas wrote:
> Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
>
> This makes it possible for the code to be easily reused by other
> client-side tools, and/or by the server.
>
> Patch by me. Review of this patch in particular by at least Peter
> Eisentraut; reviewers for the patch series in general include Dilip
> Kumar, Andres Fruend, David Steele, Álvaro Herrera, and Jakub Wartak.

Worth noting that this has forgotten to update @pgcommonallfiles in
Mkvcbuild.pm so this would have failed a build with src/build/msvc/.
Or you counted on me here, relying on the scripts to be gone?  ;p
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove MSVC scripts
Next
From: Jeff Davis
Date:
Subject: pgsql: Use 64-bit atomics for xlblocks array elements.