pgsql: This patch updates the regression tests to allow "make

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch updates the regression tests to allow "make
Date: 2005-01-22 05:14:28
Message-ID: 20050122051428.976D63A4DA9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch updates the regression tests to allow "make installcheck" to
pass if "default_with_oids" is set to false. I took the approach of
explicitly adding WITH OIDS to the CREATE TABLEs where necessary, rather
than tweaking the default_with_oids GUC var.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/test/regress/expected:
alter_table.out (r1.85 -> r1.85.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/alter_table.out.diff?r1=1.85&r2=1.85.4.1)
copy2.out (r1.19 -> r1.19.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/copy2.out.diff?r1=1.19&r2=1.19.4.1)
create_table.out (r1.12 -> r1.12.6.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_table.out.diff?r1=1.12&r2=1.12.6.1)
errors.out (r1.48 -> r1.48.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/errors.out.diff?r1=1.48&r2=1.48.4.1)
pgsql/src/test/regress/sql:
alter_table.sql (r1.47 -> r1.47.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/alter_table.sql.diff?r1=1.47&r2=1.47.4.1)
copy2.sql (r1.10 -> r1.10.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/copy2.sql.diff?r1=1.10&r2=1.10.4.1)
create_table.sql (r1.7 -> r1.7.12.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/create_table.sql.diff?r1=1.7&r2=1.7.12.1)
errors.sql (r1.11 -> r1.11.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/errors.sql.diff?r1=1.11&r2=1.11.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-01-22 20:05:24 pgsql: Update count(*) discussion ideas: < BY col {DESC} LIMIT 1.
Previous Message Neil Conway 2005-01-22 05:12:41 pgsql: This patch updates the regression tests to allow "make