]> 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:12:33 +0000 (05:12 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 22 Jan 2005 05:12:33 +0000 (05:12 +0000)
commit5df3fc67a7d3cf7f24bbe71807c11611b5851633
tree5562ee04e6f73e19e94e97a5d012fa4d8f75d54d
parentfa471dac021909b2f640ad28f47747aa46a39edb
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