forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd12b53
committed
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
A candidate path needs to be canonicalized before being checked againstthe mappings, because the mappings are also canonicalized. This isespecially relevant on WindowsReported-by: nb <nbedxp@gmail.com>Author: Michael Paquier <michael.paquier@gmail.com>Reviewed-by: Ashutosh Sharma <ashu.coek88@gmail.com>1 parente4381c0 commitdd12b53
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
298 | 303 |
| |
299 | 304 |
| |
300 | 305 |
| |
| |||
1283 | 1288 |
| |
1284 | 1289 |
| |
1285 | 1290 |
| |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
1286 | 1296 |
| |
1287 | 1297 |
| |
1288 |
| - | |
| 1298 | + | |
1289 | 1299 |
| |
1290 | 1300 |
| |
1291 | 1301 |
| |
|
0 commit comments
Comments
(0)