Re: Regarding parallel running of 9.1 and 9.2beta2

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Regarding parallel running of 9.1 and 9.2beta2
Дата
Msg-id CAOeZViftKpqC=2ojNtTcLpb6=b4g1v4xFENdgcqA+zAPWfEA8A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Regarding parallel running of 9.1 and 9.2beta2  (Atri Sharma <atri.jiit@gmail.com>)
Список pgsql-general
On Fri, Jun 29, 2012 at 3:14 PM, Atri Sharma <atri.jiit@gmail.com> wrote:
> On Fri, Jun 29, 2012 at 2:37 PM, John R Pierce <pierce@hogranch.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@postgresql.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Léa Massiot
Дата:
Сообщение: Re: Starting a cluster as a service
Следующее
От: raghu ram
Дата:
Сообщение: Re: Regarding parallel running of 9.1 and 9.2beta2