forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit45f5270
committed
Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.
We need to replace windows-style \ path separators with / when putting socketdirectories either in postgresql.conf or libpq connection strings, otherwisethey are interpreted as escapes.Author: Andres Freund <andres@anarazel.de>Reviewed-By: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/4da250a5-4222-1522-f14d-8a72bcf7e38e@enterprisedb.com1 parentfa0e03c commit45f5270
File tree
2 files changed
+13
-1
lines changed- src
- bin/pg_ctl/t
- test/perl/PostgreSQL/Test
2 files changed
+13
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
123 | 134 |
| |
124 | 135 |
| |
125 | 136 |
| |
|
0 commit comments
Comments
(0)