Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.
Дата
Msg-id 3159.1338936934@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.  (Peter Geoghegan <peter@2ndquadrant.com>)
Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> Can't we have a trial branch where quarantined patches can be placed
> on trial for inclusion in main release?

[ shrug... ]  You're welcome to publish a personal repo somewhere with
such things.  But even if we did that in the master repo, it would have
approximately nothing to do with released versions.  You might as well
just figure on submitting the patch into 9.3.

> Plus. if we have extensions, why does adding a function need to force
> an initdb?? Why don't we use our own infrastructure?

I thought I already pointed that out, but: we have *extensions*.  What
we don't have is a convenient method of dealing with functions that need
to be migrated across extensions, or from an extension to core, between
one major release and the next.  It would clearly be nice to have that
someday, but we don't have it now.  Designing on the assumption that 9.3
will be able to do that nicely, when the required infrastructure is
still barely at the handwaving stage, seems like folly to me.

(In fact, pg_upgrade has more or less broken the ability even to do
significant refactoring within an extension, as I was ranting about in
another thread recently.  We really need to fix that.  But let's not
assume it's going to happen on any particular schedule.)
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: [RFC] Interface of Row Level Security