On 2024-02-01 Th 12:32, Tom Lane wrote:
Seems like the back branches are still not quite there: I'm seeing
Name "PostgreSQL::Test::Utils::windows_os" used only once: possible typo at
t/003_extrafiles.pl line 74.
in v12 and v13, while it's
Name "PostgreSQL::Test::Utils::windows_os" used only
Seems like the back branches are still not quite there: I'm seeing
Name "PostgreSQL::Test::Utils::windows_os" used only once: possible typo at
t/003_extrafiles.pl line 74.
in v12 and v13, while it's
Name "PostgreSQL::Test::Utils::windows_os" used only once: possible typo at
t/003_extrafiles.pl
Hi,
On Wed, 31 Jan 2024 at 01:18, Andrew Dunstan wrote:
>
> Pushed to all live branches. Thanks for the patch.
Thanks for the push!
--
Regards,
Nazir Bilal Yavuz
Microsoft
On 2024-01-30 Tu 18:06, Tom Lane wrote:
Andrew Dunstan writes:
Pushed to all live branches. Thanks for the patch.
v12 and v13 branches aren't looking good:
Global symbol "$test_primary_datadir" requires explicit package name (did you forget to
declare "my $test_primary_datadir"?) at t/003_
Andrew Dunstan writes:
> Pushed to all live branches. Thanks for the patch.
v12 and v13 branches aren't looking good:
Global symbol "$test_primary_datadir" requires explicit package name (did you
forget to declare "my $test_primary_datadir"?) at t/003_extrafiles.pl line 80.
Execution of t/003_e
On 2024-01-30 Tu 06:49, Andrew Dunstan wrote:
On 2024-01-30 Tu 06:21, Nazir Bilal Yavuz wrote:
Hi,
I was trying to install newer Perl versions to Windows CI images and
found that 003_extrafiles.pl test fails on Windows with:
(0.183s) not ok 2 - file lists match
(0.000s) # Failed test 'fil
On 2024-01-30 Tu 06:21, Nazir Bilal Yavuz wrote:
Hi,
I was trying to install newer Perl versions to Windows CI images and
found that 003_extrafiles.pl test fails on Windows with:
(0.183s) not ok 2 - file lists match
(0.000s) # Failed test 'file lists match'
# at C:/cirrus/src/bin/pg_rewin
Hi,
On Tue, 30 Jan 2024 at 14:21, Nazir Bilal Yavuz wrote:
>
> It looks like File::Find converts backslashes to slashes in the newer
> Perl versions. I tried to find the related commit and found this:
> https://github.com/Perl/perl5/commit/414f14df98cb1c9a20f92c5c54948b67c09f072d
I forgot to men