Re: Hot Deploy in PostGres - Mailing list pgsql-novice

From Luca Ferrari
Subject Re: Hot Deploy in PostGres
Date
Msg-id CAKoxK+7M2doiKfQGqSFe5h2xSncs8RehDMYTw8P=WMU-1kKr9g@mail.gmail.com
Whole thread Raw
In response to Re: Hot Deploy in PostGres  (Ishaya Bhatt <ishayabhatt@gmail.com>)
List 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 by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Hot Deploy in PostGres
Next
From: Jon Theil Nielsen
Date:
Subject: Several problems with installation on FreeBSD - how to reinstall without loosing data