Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Дата
Msg-id 19817.1522208425@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Andres Freund <andres@anarazel.de>)
Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Note there appear to be some independent failures?

It looks to me like the hard failures from this patch are all on your JIT
critters.  There are a bunch of random failures from Simon's commit,
but I think those are just timing, per <31021.1522185986@sss.pgh.pa.us>.

            regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add catversion bump missed in 16828d5c0.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Quick adaption of JIT tuple deforming to the fast defaultpatch.