Re: Freeze avoidance of very large table.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Freeze avoidance of very large table.
Дата
Msg-id 20150805180903.GE2441@postgresql.org
обсуждение исходный текст
Ответ на Re: Freeze avoidance of very large table.  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Freeze avoidance of very large table.
Список pgsql-hackers
Josh Berkus wrote:
> On 08/05/2015 10:46 AM, Alvaro Herrera wrote:
> > 1. Add the functions as a builtins.
> >    This is what the current patch does.  Simon seems to prefer this,
> >    because he wants the function to be always available in production;
> >    but I don't like this option because adding functions as builtins
> >    makes it impossible to move later to extensions.
> >    Bruce doesn't like this option either.
> 
> Why would we want to move them later to extensions?

Because it's not nice to have random stuff as builtins.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. );
Следующее
От: Vignesh Raghunathan
Дата:
Сообщение: Caching offsets of varlena attributes