pgsql: Adjust alter_table regression test to avoid conflicts with - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Adjust alter_table regression test to avoid conflicts with
Date
Msg-id 20050717172632.34966529AE@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust alter_table regression test to avoid conflicts with rangefuncs
and prepare tests, which cause intermittent failures in parallel test
mode.  Back-port of fix originally applied to 8.0 and 7.4 branches;
the problems do not appear to exist in 7.2 branch but they do occur
in 7.3.  Per buildfarm results.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        alter_table.out (r1.53.2.1 -> r1.53.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/alter_table.out.diff?r1=1.53.2.1&r2=1.53.2.2)
    pgsql/src/test/regress/sql:
        alter_table.sql (r1.34.2.1 -> r1.34.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/alter_table.sql.diff?r1=1.34.2.1&r2=1.34.2.2)

pgsql-committers by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: branches before 7.3 didn't have --no-locale
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Looks like cube_1 variant is also needed in 7.3 branch.