Re: Hot Deploy in PostGres

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: Ishaya Bhatt <ishayabhatt(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Hot Deploy in PostGres
Date: 2013-09-16 13:58:29
Message-ID: CAKoxK+7M2doiKfQGqSFe5h2xSncs8RehDMYTw8P=WMU-1kKr9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, Sep 16, 2013 at 2:22 PM, Ishaya Bhatt <ishayabhatt(at)gmail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jon Theil Nielsen 2013-09-16 18:10:17 Several problems with installation on FreeBSD - how to reinstall without loosing data
Previous Message Merlin Moncure 2013-09-16 13:50:20 Re: Hot Deploy in PostGres