This patch updates the regression tests to allow "make installcheck" to
Neil Conway <neilc@samurai.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/alter_table.out | modified | +4 −4 |
| src/test/regress/expected/copy2.out | modified | +1 −1 |
| src/test/regress/expected/create_table.out | modified | +2 −2 |
| src/test/regress/expected/errors.out | modified | +0 −3 |
| src/test/regress/sql/alter_table.sql | modified | +4 −4 |
| src/test/regress/sql/copy2.sql | modified | +1 −1 |
| src/test/regress/sql/create_table.sql | modified | +2 −2 |
| src/test/regress/sql/errors.sql | modified | +0 −3 |