]> granicus.if.org Git - postgresql/commit
Move \crosstabview regression tests to a separate file
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 9 Apr 2016 02:42:24 +0000 (23:42 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 9 Apr 2016 02:42:24 +0000 (23:42 -0300)
commit1ff3f420d470fae46759e948a20e9550af012816
tree30173147ce8e896ac4ed0644d62754e472bfbb6f
parentc09b18f21c52cbcf8718d6c267c84fcfea3739a9
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.
doc/src/sgml/ref/psql-ref.sgml
src/test/regress/expected/psql.out
src/test/regress/expected/psql_crosstab.out [new file with mode: 0644]
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/psql.sql
src/test/regress/sql/psql_crosstab.sql [new file with mode: 0644]