[COMMITTERS] pgsql: pg_dump: Skip COLLATION-related regression tests - Mailing list pgsql-committers

From Stephen Frost
Subject [COMMITTERS] pgsql: pg_dump: Skip COLLATION-related regression tests
Date
Msg-id E1cphsH-0005NO-N7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump: Skip COLLATION-related regression tests

Not every platform supports non-default collations, as pointed out by
the buildfarm, so skip collation-related regression tests in pg_dump
when they aren't supported.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/de34123834c3fa465b97f65ded171888edbfbccf

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Update obsolete comment
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage