forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit067a225
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 parent63d6b97 commit067a225
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
301 | 306 |
| |
302 | 307 |
| |
303 | 308 |
| |
| |||
1303 | 1308 |
| |
1304 | 1309 |
| |
1305 | 1310 |
| |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
1306 | 1316 |
| |
1307 | 1317 |
| |
1308 |
| - | |
| 1318 | + | |
1309 | 1319 |
| |
1310 | 1320 |
| |
1311 | 1321 |
| |
|
0 commit comments
Comments
(0)