forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ab0719
committed
Deal with paths containing \ and spaces in basebackup_to_shell tests
As $gzip is embedded in postgresql.conf \ needs to be escaped, otherwise guc.cwill take it as a string escape. Similarly, if "$gzip" contains spaces, theprior incantation will fail. Both of these are common on windows.Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/ce1b6eb3-5736-6f38-9775-b7020128b8d8@enterprisedb.comBackpatch: 15-, where the test was added in027fa0f1 parent9a01ea7 commit1ab0719
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
| |||
53 | 56 |
| |
54 | 57 |
| |
55 | 58 |
| |
56 |
| - | |
57 |
| - | |
| 59 | + | |
| 60 | + | |
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
| |||
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
77 |
| - | |
78 |
| - | |
| 80 | + | |
| 81 | + | |
79 | 82 |
| |
80 | 83 |
| |
81 | 84 |
| |
|
0 commit comments
Comments
(0)