diff options
author | Robert Haas <rhaas@postgresql.org> | 2021-03-12 19:00:41 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2021-03-12 19:00:41 -0500 |
commit | f371a4cdba6dc805acd608cc63a7089b57cb4e9e (patch) | |
tree | c7b90c3af58640200e1ce4d8e9acfcb3ac55c367 /src/backend/access/transam/commit_ts.c | |
parent | 661125612706b1d0d5ed9f12d18908b08512a7eb (diff) | |
download | postgresql-f371a4cdba6dc805acd608cc63a7089b57cb4e9e.tar.gz postgresql-f371a4cdba6dc805acd608cc63a7089b57cb4e9e.zip |
Try to avoid apparent platform-dependency in IPC::Run
It's hard to believe, but buildfarm results from the new pg_amcheck
suggest that command_checks_all() perform shell expansion on some
machines but not others, apparently due to an underlying behavior
difference in IPC::Run. Let's see if we can work around that - and
confirm that it is the real problem - by passing '-S*' as a single
argument rather than '-S' and '*' as two separate ones.
Failures were observed on jacana and hoverfly.
Mark Dilger
Discussion: http://postgr.es/m/9E76E46A-48B2-4869-BD0C-422204C1F767@enterprisedb.com
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions