- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit9ad21a6
committed
Don't use an Msys virtual path to create a tablespace
The new unlogged_reinit recovery tests create a new tablespace usingTestLib.pm's tempdir. However, on msys that function returns a virtualpath that isn't understood by Postgres. Here we add a new function toTestLib.pm to turn such a path into a real path on the underlying filesystem, and use it in the new test to create the tablespace. The newfunction is essentially a NOOP everywhere but msys.1 parent6fbd5cc commit9ad21a6
2 files changed
+21
-1
lines changedLines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
161 | 179 |
| |
162 | 180 |
| |
163 | 181 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
33 | 35 |
| |
34 |
| - | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
0 commit comments
Comments
(0)