pgsql: Move \crosstabview regression tests to a separate file

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move \crosstabview regression tests to a separate file
Date: 2016-04-09 02:44:53
Message-ID: E1aoitJ-0004O1-UP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-04-09 13:19:32 pgsql: Turn special page pointer validation to static inline function
Previous Message Alvaro Herrera 2016-04-09 02:28:55 Re: [COMMITTERS] pgsql: Add the "snapshot too old" feature