Re: pgsql: Remove MSVC scripts

2023-12-20 Thread Michael Paquier
On Wed, Dec 20, 2023 at 01:11:17PM -0500, Robert Haas wrote: > On Wed, Dec 20, 2023 at 10:35 AM Andrew Dunstan wrote: >> Yeah, the commit removed our dummy version of Win32/Registry.pm. I have >> disabled the test for that file on branches later than 16, and koel and >> crake are back to green. >

Re: pgsql: Remove MSVC scripts

2023-12-20 Thread Robert Haas
On Wed, Dec 20, 2023 at 10:35 AM Andrew Dunstan wrote: > Yeah, the commit removed our dummy version of Win32/Registry.pm. I have > disabled the test for that file on branches later than 16, and koel and > crake are back to green. Great, thanks for the quick work. -- Robert Haas EDB: http://www.

Re: pgsql: Remove MSVC scripts

2023-12-20 Thread Andrew Dunstan
On 2023-12-20 We 09:19, Robert Haas wrote: On Tue, Dec 19, 2023 at 7:45 PM Michael Paquier wrote: Remove MSVC scripts I think it's because of this commit that koel and crake now have this complaint: ./src/tools/version_stamp.pl syntax OK Can't locate Win32/Registry.pm in @INC (you may need

Re: pgsql: Remove MSVC scripts

2023-12-20 Thread Robert Haas
On Tue, Dec 19, 2023 at 7:45 PM Michael Paquier wrote: > Remove MSVC scripts I think it's because of this commit that koel and crake now have this complaint: ./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

pgsql: Remove MSVC scripts

2023-12-19 Thread Michael Paquier
Remove MSVC scripts This commit removes all the scripts located in src/tools/msvc/ to build PostgreSQL with Visual Studio on Windows, meson becoming the recommended way to achieve that. The scripts held some information that is still relevant with meson, information kept and moved to better locat