pg_basebackup: Fix comparison handling of tablespace mappings on Windows A candidate path needs to be canonicalized before being checked against the mappings, because the mappings are also canonicalized. This is especially relevant on Windows
Reported-by: nb <[email protected]> Author: Michael Paquier <[email protected]> Reviewed-by: Ashutosh Sharma <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/067a2259fd2d7050ecf13a82a96e9a95bf8b3785 Modified Files -------------- src/bin/pg_basebackup/pg_basebackup.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
