postgresql/src
Andrew Dunstan 6ee26c6a4b 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:09:44 -05:00
..
backend Simplify partial path generation in GROUP BY/ORDER BY 2024-01-31 10:10:59 +13:00
bin Fix 003_extrafiles.pl test for the Windows 2024-01-30 17:09:44 -05:00
common Move is_valid_ascii() to ascii.h. 2024-01-29 12:08:57 -06:00
fe_utils Update copyright for 2024 2024-01-03 20:49:05 -05:00
include Add a failover option to subscriptions. 2024-01-30 16:49:28 +05:30
interfaces libpq: Move cancellation related functions to fe-cancel.c 2024-01-29 12:39:59 +01:00
makefiles Add backend support for injection points 2024-01-22 10:15:50 +09:00
pl Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. 2024-01-18 16:11:16 -05:00
port Update copyright for 2024 2024-01-03 20:49:05 -05:00
template Use unnamed POSIX semaphores on Cygwin. 2023-01-06 10:33:28 +13:00
test Simplify partial path generation in GROUP BY/ORDER BY 2024-01-31 10:10:59 +13:00
timezone Update copyright for 2024 2024-01-03 20:49:05 -05:00
tools Allow setting failover property in the replication command. 2024-01-29 09:37:23 +05:30
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Remove make function vpathsearch 2024-01-29 07:24:59 +01:00
Makefile.shlib Support shared libraries on Android (using make) 2024-01-23 20:37:49 +01:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00