Re: using index or check in ALTER TABLE SET NOT NULL

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: using index or check in ALTER TABLE SET NOT NULL
Дата
Msg-id 2947361520607085@web26g.yandex.ru
обсуждение исходный текст
Ответ на Re: using index or check in ALTER TABLE SET NOT NULL  (Ildar Musin <i.musin@postgrespro.ru>)
Ответы Re: using index or check in ALTER TABLE SET NOT NULL
Список pgsql-hackers
Hello all!
Summarizing, how i must update tests?
We want test real skip of verify phase or only result correctness?

I can verify what i do not break alter table by tests in v4 of my patch. But here is no check code path. So my feature
maybe broken in future without test fail. alter table will be correct regardless this feature.
 
Or i must test code path too? I understood Tom and will remove INFO ereport from patch anyway. But currently i have no
ideahow check code path. As mentioned earlier using debug ereport is uncomfortable too. Here is no suitable event
triggerto track what exactly happens with table. Adding new one for test purposes seems overkill.
 

regards, Sergei


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Testbed for predtest.c ... and some arguable bugs therein
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: [HACKERS] MERGE SQL Statement for PG11