Re: pgsql: Remove MSVC scripts - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Remove MSVC scripts
Date
Msg-id CA+TgmoY+10ONpBw+jReqZAszFWhepxe+uxFfOGLFdfNOyKxPOg@mail.gmail.com
Whole thread Raw
In response to pgsql: Remove MSVC scripts  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Remove MSVC scripts
List pgsql-committers
On Tue, Dec 19, 2023 at 7:45 PM Michael Paquier <michael@paquier.xyz> wrote:
> Remove MSVC scripts

I think it's because of this commit that koel and crake now have this complaint:

<blah blah lots of output>
./src/tools/version_stamp.pl syntax OK
Can't locate Win32/Registry.pm in @INC (you may need to install the
Win32::Registry module) (@INC entries checked: src/test/perl
src/tools/msvc src/backend/catalog src/backend/utils/mb/Unicode
src/bin/pg_rewind src/test/ssl/t src/tools/msvc/dummylib
/usr/local/lib64/perl5/5.38 /usr/local/share/perl5/5.38
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5) at ./src/tools/win32tzlist.pl line
21.
BEGIN failed--compilation aborted at ./src/tools/win32tzlist.pl line 21.

win32tzlist.pl still says "use Win32::Registry" but the commit removed
src/tools/msvc/dummylib/Win32/Registry.pm.

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



pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add a new WAL summarizer process.
Next
From: Robert Haas
Date:
Subject: pgsql: Add support for incremental backup.