forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ba0ffa
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 parente0ec1cb commit4ba0ffa
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
204 | 209 |
| |
205 | 210 |
| |
206 | 211 |
| |
| |||
1131 | 1136 |
| |
1132 | 1137 |
| |
1133 | 1138 |
| |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
1134 | 1144 |
| |
1135 | 1145 |
| |
1136 |
| - | |
| 1146 | + | |
1137 | 1147 |
| |
1138 | 1148 |
| |
1139 | 1149 |
| |
|
0 commit comments
Comments
(0)