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 23216.1522212516@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  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> The one I noticed was:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=treepie&dt=2018-03-28%2002%3A43%3A00
> ...
> which probably is just collation related and will stably fail?

Yeah, magpie is still showing that after the latest commits.
A bit of COLLATE "C" might fix it.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fast ALTER TABLE ADD COLUMN with a non-NULL default
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Optimize btree insertions for common case of increasing values