Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf371a4c

Browse files
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.com
1 parent6611256 commitf371a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_amcheck/t/002_nonesuch.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
'-s','pg_toast',
240240
'-s','information_schema',
241241
'-t','pg_catalog.pg_class',
242-
'-S','*'
242+
'-S*'
243243
],
244244
1,
245245
[qr/^$/ ],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp