forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf371a4c
committed
Try to avoid apparent platform-dependency in IPC::Run
It's hard to believe, but buildfarm results from the new pg_amchecksuggest that command_checks_all() perform shell expansion on somemachines but not others, apparently due to an underlying behaviordifference in IPC::Run. Let's see if we can work around that - andconfirm that it is the real problem - by passing '-S*' as a singleargument rather than '-S' and '*' as two separate ones.Failures were observed on jacana and hoverfly.Mark DilgerDiscussion:http://postgr.es/m/9E76E46A-48B2-4869-BD0C-422204C1F767@enterprisedb.com1 parent6611256 commitf371a4c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
0 commit comments
Comments
(0)