https://github.com/postgres/postgres
Revision 2acba01ddc2a6c9fd15f519ed24b1d8894762e41 authored by Andrew Dunstan on 30 January 2024, 22:09:44 UTC, committed by Andrew Dunstan on 30 January 2024, 22:12:20 UTC
File::Find converts backslashes to slashes in the newer Perl versions.
See: https://github.com/Perl/perl5/commit/414f14df98cb1c9a20f92c5c54948b67c09f072d

So, do the same conversion for Windows before comparing paths. To
support all Perl versions, always convert them on Windows regardless of
the Perl's version.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>

Backpatch to all live branches
1 parent 54717fc
History
Tip revision: 2acba01ddc2a6c9fd15f519ed24b1d8894762e41 authored by Andrew Dunstan on 30 January 2024, 22:09:44 UTC
Fix 003_extrafiles.pl test for the Windows
Tip revision: 2acba01
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 730 bytes
.editorconfig -rw-r--r-- 183 bytes
.git-blame-ignore-revs -rw-r--r-- 9.1 KB
.gitattributes -rw-r--r-- 1.5 KB
.gitignore -rw-r--r-- 515 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 4.2 KB
HISTORY -rw-r--r-- 277 bytes
Makefile -rw-r--r-- 1.6 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 721 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 581.1 KB
configure.ac -rw-r--r-- 84.7 KB

README

back to top