forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d4524a
committed
Fix tablespace path TAP test of pg_verify_checksums for msys
TAP tests on msys need to run with the DTK perl, which understands msysvirtualized paths. Postgres, however, does not understand such paths,so before a path can be used safely with CREATE TABLESPACE, it needs tobe translated into a path on the underlying file system.Per report from buildfarm member jacana. Suggested fix is from AndrewDunstan.Discussion:https://postgr.es/m/20181130053555.GF2267@paquier.xyz1 parent9dc1225 commit7d4524a
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| 119 | + | |
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
|
0 commit comments
Comments
(0)