regression: pass with no default WITH OIDS

Поиск
Список
Период
Сортировка
От Neil Conway
Тема regression: pass with no default WITH OIDS
Дата
Msg-id 1106269760.22946.258.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: regression: pass with no default WITH OIDS  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
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.

Barring any objections, I intend to apply this to HEAD and REL8_0_STABLE
today or tomorrow.

-Neil


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
Следующее
От: Neil Conway
Дата:
Сообщение: Re: WIP: pl/pgsql cleanup