Re: Regarding parallel running of 9.1 and 9.2beta2

From: raghu ram <raghuchennuru(at)gmail(dot)com>
To: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Regarding parallel running of 9.1 and 9.2beta2
Date: 2012-06-29 08:43:17
Message-ID: CALnrrJSFyvOfF_ddQd+W8Vzc=9=nLZ8WOv3OogJoDoigs0FXXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Raghu,
>
> Thanks for your reply.
>
> I ran make install in my 9.1 directory again,and this time,the server
> started but is giving errors in running the code which was running
> earlier.Could you tell me a way in which I could remove both 9.1 and
> 9.2beta2 and build both from scratch and install them independently
> this time?
>

cd <PostgreSQL 9.1/PostgreSQL 9.2beta2 source directory>

./configure

make distclean

Remove "pgsql" directory from /usr/local

and then you can build both from scratch and install them independently

--

Thanks & Regards,

Raghu Ram

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-06-29 09:07:23 Re: Regarding parallel running of 9.1 and 9.2beta2
Previous Message Atri Sharma 2012-06-29 08:37:50 Re: Regarding parallel running of 9.1 and 9.2beta2