1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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.
This commit is contained in:
Neil Conway
2005-01-22 05:12:33 +00:00
parent fa471dac02
commit 5df3fc67a7
8 changed files with 14 additions and 20 deletions

View File

@ -9,9 +9,6 @@ select 1;
--
-- UNSUPPORTED STUFF
-- doesn't work
-- attachas nonesuch
--
-- doesn't work
-- notify pg_class
--