From: | Ishaya Bhatt <ishayabhatt(at)gmail(dot)com> |
---|---|
To: | Luca Ferrari <fluca1978(at)infinito(dot)it> |
Cc: | "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Hot Deploy in PostGres |
Date: | 2013-09-16 12:22:42 |
Message-ID: | CA+E1M33TZd3qzTN00BAYo8DcP8snDnz8JPr+XBwnDi0yYVJaOA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
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?
On Mon, Sep 16, 2013 at 5:47 PM, Luca Ferrari <fluca1978(at)infinito(dot)it> wrote:
> On Sun, Sep 15, 2013 at 3:26 PM, Ishaya Bhatt <ishayabhatt(at)gmail(dot)com>
> wrote:
> > Hi,
> >
> > Is there any way in which I can hot deploy changes to the source
> code
> > of PostGres to the server without having to run configure command again?
> >
>
> I'm not sure what the question really is. Well, configure is used in
> preparation for a full compile, so if you are going to touch only the
> source code without having to change any external dependency, then you
> don't need to run configure again (but you have to compile the tree of
> course).
> What is your aim?
>
> Luca
>
From | Date | Subject | |
---|---|---|---|
Next Message | Anne Wainwright | 2013-09-16 12:40:37 | Re: cannot do backup - locked? |
Previous Message | tolgamyth | 2013-09-16 12:22:00 | Re: no unique constraint matching given keys for referenced table |