pgsql: Move \crosstabview regression tests to a separate file - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Move \crosstabview regression tests to a separate file
Date
Msg-id E1aoitJ-0004O1-UP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move \crosstabview regression tests to a separate file

It cannot run in the same parallel group as misc, because it creates a
table which is unpredictably visible in that test.

Per buildfarm member crake.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1ff3f420d470fae46759e948a20e9550af012816

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml              |   2 +-
src/test/regress/expected/psql.out          | 185 ----------------------------
src/test/regress/expected/psql_crosstab.out | 185 ++++++++++++++++++++++++++++
src/test/regress/parallel_schedule          |   2 +-
src/test/regress/serial_schedule            |   1 +
src/test/regress/sql/psql.sql               |  99 ---------------
src/test/regress/sql/psql_crosstab.sql      |  98 +++++++++++++++
7 files changed, 286 insertions(+), 286 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Support \crosstabview in psql
Next
From: Kevin Grittner
Date:
Subject: pgsql: Turn special page pointer validation to static inline function