postgresql/src/bin/pg_rewind
Andrew Dunstan c7cc528a34 Fix 003_extrafiles.pl test for the Windows
File::Find converts backslashes to slashes in the newer Perl versions.
See: 414f14df98

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
2024-01-30 17:11:52 -05:00
..
po Translation updates 2023-11-06 13:16:22 +01:00
t Fix 003_extrafiles.pl test for the Windows 2024-01-30 17:11:52 -05:00
.gitignore Improve logging of TAP tests. 2015-07-09 13:19:10 +03:00
datapagemap.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
datapagemap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
file_ops.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
file_ops.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
filemap.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
filemap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq_source.c pg_rewind: Fetch small files according to new size. 2022-04-05 14:45:31 +02:00
local_source.c Fix compilerwarning in logging size_t 2022-04-05 22:16:45 +02:00
Makefile Update copyright for 2022 2022-01-07 19:04:57 -05:00
nls.mk Translation updates 2023-05-08 14:29:57 +02:00
parsexlog.c Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
pg_rewind.c Put new command-line options into alphabetical order in help output 2022-04-11 07:39:25 +02:00
pg_rewind.h Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
rewind_source.h pg_rewind: Fetch small files according to new size. 2022-04-05 14:45:31 +02:00
timeline.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00