pgsql: pg_basebackup: Fix comparison handling of tablespace mappings on

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_basebackup: Fix comparison handling of tablespace mappings on
Date: 2017-11-01 14:23:07
Message-ID: E1e9tv9-0002kf-Nr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Author: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Reviewed-by: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-11-01 14:52:53 pgsql: doc: Add to hot standby documentation
Previous Message Michael Meskes 2017-11-01 12:41:33 pgsql: Make sure ecpglib does accepts digits behind decimal point even