Re: Hot Deploy in PostGres

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Hot Deploy in PostGres
Дата
Msg-id CAKoxK+7M2doiKfQGqSFe5h2xSncs8RehDMYTw8P=WMU-1kKr9g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hot Deploy in PostGres  (Ishaya Bhatt <ishayabhatt@gmail.com>)
Список pgsql-novice
On Mon, Sep 16, 2013 at 2:22 PM, Ishaya Bhatt <ishayabhatt@gmail.com> wrote:
> I am trying to make some changes to the sorting code(C code of backend). In
> the process, whenever I make some changes, I have to run 'make install'
> again so as to compile and redeploy my changes to the server. Is there any
> faster way where I can deploy my changes without having to restart the
> server?

Uhm...this is not OSGi. I don't believe it is possible to change such
a deep piece of code of the server without having to recompile (i.e.,
I don't think there is a dynamic linking available) and therefore
without having to restart the whole software.

Luca


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Hot Deploy in PostGres
Следующее
От: Jon Theil Nielsen
Дата:
Сообщение: Several problems with installation on FreeBSD - how to reinstall without loosing data