Fix pg_dumpall regression test to be locale-independent.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dumpall.c | modified | +2 −2 |
| src/bin/pg_dump/t/002_pg_dump.pl | modified | +2 −2 |