]> granicus.if.org Git - postgresql/commit
This patch updates the regression tests to allow "make installcheck" to
authorNeil Conway <neilc@samurai.com>
Sat, 22 Jan 2005 05:14:26 +0000 (05:14 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 22 Jan 2005 05:14:26 +0000 (05:14 +0000)
commit9fec27344eb73cb72043f4411c9ac4375d958257
tree67e30121be81e1d441f40fe7338535897fac430e
parentde49759a0e28657db53a1e1c8425ea72632dac95
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.
src/test/regress/expected/alter_table.out
src/test/regress/expected/copy2.out
src/test/regress/expected/create_table.out
src/test/regress/expected/errors.out
src/test/regress/sql/alter_table.sql
src/test/regress/sql/copy2.sql
src/test/regress/sql/create_table.sql
src/test/regress/sql/errors.sql