[COMMITTERS] pgsql: pg_basebackup: Fix comparison handling of tablespace mappingson - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_basebackup: Fix comparison handling of tablespace mappingson
Date
Msg-id E1eA4p7-0007tf-Or@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <nbedxp@gmail.com>
Author: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Ashutosh Sharma <ashu.coek88@gmail.com>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dd12b53078c37ea8731e9cb053bbeefe725ea47a

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Allow bitmap scans to operate as index-only scans whenpossible.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Doc: update URL for check_postgres.