pg_amcheck: Try to fix still more test failures. Avoid use of non-portable option ordering in command_checks_all(). The use of bare command line arguments before switches doesn't work everywhere. Per buildfarm members drongo and hoverfly.
Avoid testing for the message "role \"%s\" does not exist", because some buildfarm machines report a different error. fairywren complains about "SSPI authentication failed for user \"%s\"", for example. Mark Dilger Discussion: http://postgr.es/m/[email protected] Discussion: http://postgr.es/m/F0A1FD70-A2F4-4528-8A03-8650CAEC0554%40enterprisedb.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/24189277f6ff3169b15c7bc82926a372ca7f2dbf Modified Files -------------- src/bin/pg_amcheck/t/002_nonesuch.pl | 4 ++-- src/bin/pg_amcheck/t/003_check.pl | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-)
