pgsql: Add alternative expected output for alter_generic - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add alternative expected output for alter_generic
Date
Msg-id E1THns0-0001Ax-Lj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add alternative expected output for alter_generic

The original only expected file failed to consider machines without
non-default collation support.  Per buildfarm.

Also, move the test to another parallel group; the one it was originally
put in is already full according to comments in the schedule file.  Per
note from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/811ca1300bf8eb50ff1a84082619ba770126cdc9

Modified Files
--------------
src/test/regress/expected/alter_generic_1.out |  545 +++++++++++++++++++++++++
src/test/regress/parallel_schedule            |    4 +-
2 files changed, 547 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Remove checks for now long outdated compilers.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Convert oid to long/int