forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc6f2f01
committed
Fix pg_basebackup with in-place tablespaces.
Previously, pg_basebackup from a cluster that contained an 'in-place'tablespace, as introduced by commit7170f21, would produce a harmlesswarning on Unix and fail completely on Windows.Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://postgr.es/m/20220304.165449.1200020258723305904.horikyota.ntt%40gmail.com1 parent9dde828 commitc6f2f01
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
| |||
8292 | 8293 |
| |
8293 | 8294 |
| |
8294 | 8295 |
| |
| 8296 | + | |
| 8297 | + | |
| 8298 | + | |
| 8299 | + | |
| 8300 | + | |
| 8301 | + | |
| 8302 | + | |
| 8303 | + | |
| 8304 | + | |
| 8305 | + | |
| 8306 | + | |
| 8307 | + | |
| 8308 | + | |
8295 | 8309 |
| |
8296 | 8310 |
| |
8297 | 8311 |
| |
|
0 commit comments
Comments
(0)