Re: Regarding parallel running of 9.1 and 9.2beta2

From: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>, raghu ram <raghuchennuru(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 09:50:36
Message-ID: CAOeZViftKpqC=2ojNtTcLpb6=b4g1v4xFENdgcqA+zAPWfEA8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 29, 2012 at 3:14 PM, Atri Sharma <atri(dot)jiit(at)gmail(dot)com> wrote:
> On Fri, Jun 29, 2012 at 2:37 PM, John R Pierce <pierce(at)hogranch(dot)com> wrote:
>> On 06/29/12 1:43 AM, raghu ram wrote:
>>>
>>>
>>> and then you can build both from scratch and install them independently
>>
>>
>>
>> in case noone has made this clear, use different --prefix= paths on the
>> ./configure line, and when you're running initdb and starting the database
>> server, specify different $PGPORT and $PGDATA values.
>>
>>
>>
>> --
>> john r pierce                            N 37, W 122
>> santa cruz ca                         mid-left coast
>>
>>
>> --
>> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-general
>
> Hi John,
>
> What values should I be setting in PGDATA and PGPORT?
>
> Atri
> --
> Regards,
>
> Atri
> l'apprenant

Another thing,I am using the PGXN build in my project but I want the
additional flag '-ljvm' also when gcc compiles my project.

I added these lines to my makefile:

export CFLAGS="$CFLAGS -ljvm"
export CXXFLAGS="$CXXFLAGS -ljvm"export CFLAGS="$CFLAGS -ljvm"
export CXXFLAGS="$CXXFLAGS -ljvm"

This was working before,but now,when I have reinstalled PostgreSQL
9.1.3 from source,I am not able to see the -ljvm flag in my project's
compilation and I am getting an error when I am runnning it.How can I
include the flag?

Atri

--
Regards,

Atri
l'apprenant

In response to

Browse pgsql-general by date

  From Date Subject
Next Message raghu ram 2012-06-29 10:06:46 Re: Regarding parallel running of 9.1 and 9.2beta2
Previous Message Léa Massiot 2012-06-29 09:47:41 Re: Starting a cluster as a service