On 12/23/2014 05:47 PM, stefano bonnin wrote:
> Hi Giuseppe, adding:
>
> git checkout bdr-pg/REL9_4_STABLE
FYI, we've tagged bdr 0.8.0beta1 now, and the wiki instructions have
been updated accordingly.
There have been a lot of fixes since 0.7.1, so I suggest starting with
that if possible.
--
Hi Giuseppe, adding:
git checkout bdr-pg/REL9_4_STABLE
it works!
Thanks!
Best regards
2014-12-23 9:59 GMT+01:00 Giuseppe Broccolo <
giuseppe.brocc...@2ndquadrant.it>:
>
> Hi Stefano,
>
> I used the same version of gcc (Ubuntu/Linaro 4.6.3-1ubuntu5), and I
> followed your steps compiling withou
Hi Stefano,
I used the same version of gcc (Ubuntu/Linaro 4.6.3-1ubuntu5), and I
followed your steps compiling without problems. I also considered the same
git branch (bdr/0.7.1) as in your case. Taking a look to the error you
obtained it sounds like an error due to the code, regardless of the use
I have upgraded GCC to:
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Now the error is:
make -C ../../src/interfaces/libpq all
make[1]: Entering directory
`/usr/src/meteosmit/postgresql-BDR/2ndquadrant_bdr/src/interfaces/libpq'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/usr/sr
Hi Giuseppe,
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
a newer version needed?
2014-12-22 14:00 GMT+01:00 Giuseppe Broccolo <
giuseppe.brocc...@2ndquadrant.it>:
>
> Hi Stefano,
>
> Which version of gcc are you using?
>
> Giuseppe.
>
> 2014-12-22 9:52 GMT+01:00 stefano bonnin :
>
>>
>> Hi all, I h
Hi Stefano,
Which version of gcc are you using?
Giuseppe.
2014-12-22 9:52 GMT+01:00 stefano bonnin :
>
> Hi all, I have followed the wiki about postgresql BDR:
>
> OS: Ubuntu 12.04.5 LTS
>
>
>- git clone git://git.postgresql.org/git/2ndquadrant_bdr.git
>- cd 2ndquadrant_bdr
>- git c
Hi all, I have followed the wiki about postgresql BDR:
OS: Ubuntu 12.04.5 LTS
- git clone git://git.postgresql.org/git/2ndquadrant_bdr.git
- cd 2ndquadrant_bdr
- git checkout bdr/0.7.1
- ./configure --prefix=$HOME/bdr --with-openssl
- make
- make install
To install the BDR ext