Обсуждение: pgsql: Fix pg_dumpall regression test to be locale-independent.

Поиск
Список
Период
Сортировка

pgsql: Fix pg_dumpall regression test to be locale-independent.

От
Tom Lane
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0a4bf6b192377bef8e69c92d0c95434a91509f12

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c     | 4 ++--
src/bin/pg_dump/t/002_pg_dump.pl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)