Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e70614

Browse files
committed
Avoid package qualification of $windows_os
Further fallout from commit6ee26c6. To keep code in sync and avoidissues on older releases with different package names, simply use theunqualified name like many other places in our code.
1 parent19a829a commit2e70614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_rewind/t/003_extrafiles.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sub run_test
8282
# File::Find converts backslashes to slashes in the newer Perl
8383
# versions. To support all Perl versions, do the same conversion
8484
# for Windows before comparing the paths.
85-
if ($PostgreSQL::Test::Utils::windows_os)
85+
if ($windows_os)
8686
{
8787
formy$filename (@paths)
8888
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp