Fix pg_dumpall regression test to be locale-independent.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0a4bf6b192377bef8e69c92d0c95434a91509f12
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-13T14:46:22Z
Releases: 10.0
Fix pg_dumpall regression test to be locale-independent.

The expected results in commit b4fc64578 seem to have been generated
in a non-C locale, which just points up the fact that the ORDER BY
clause was locale-sensitive.

Per buildfarm.

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +2 −2
src/bin/pg_dump/t/002_pg_dump.pl modified +2 −2