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