forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11e9caf
committed
In PostgresNode.pm, don't pass SQL to psql on the command line
The Msys shell mangles certain patterns in its command line, so avoidhanding arbitrary SQL to psql on the command line and instead useIPC::Run's redirection facility for stdin. This pattern is alreadymostly whats used, but query_poll_until() was not doing the right thing.Problem discovered on the buildfarm when a new TAP test failed on msys.1 parent3590680 commit11e9caf
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2127 | 2127 |
| |
2128 | 2128 |
| |
2129 | 2129 |
| |
2130 |
| - | |
| 2130 | + | |
2131 | 2131 |
| |
2132 | 2132 |
| |
2133 | 2133 |
| |
2134 | 2134 |
| |
2135 | 2135 |
| |
2136 | 2136 |
| |
2137 | 2137 |
| |
2138 |
| - | |
| 2138 | + | |
| 2139 | + | |
2139 | 2140 |
| |
2140 | 2141 |
| |
2141 | 2142 |
| |
|
0 commit comments
Comments
(0)