forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit49422ad
committed
Fix path delimiters in connection string on Windows
The temporary path generated in commitc113d8a cannot be passed as-is inthe connection string on Windows since the path delimiting backslashes willbe treated as escape characters. Fix by converting backslash to slash as insimilar path usecases in other tests.Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20211202195130.e7pprpsx4ell22sp@alap3.anarazel.de1 parent557c39b commit49422ad
3 files changed
+4
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| |||
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
70 |
| - | |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
|
0 commit comments
Comments
(0)