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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Дата
Msg-id 20180328062602.555moucne7weaohc@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 2018-03-27 23:40:25 -0400, Tom Lane wrote:
> 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>.

There's a weird failure:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=whelk&dt=2018-03-28%2005%3A41%3A30

It blames two commits that should not have any effect on the platform,
so I assume it's something not stable...  Hard to say without a
backtrace.

Greetings,

Andres Freund


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Make fast_default regression tests locale independent