[pgpool-general: 973] Re: pgpool-II-3.0.5 postgresql-9.1 native replication

Tatsuo Ishii ishii at postgresql.org
Sat Sep 8 16:10:57 JST 2012


If you want to use pgpool-II 3.0 series, please download pgpool-II
3.0.8 from www.pgpool.net. I think your problem has been fixed.

BTW, we have moved from pgfoundry.org last December. Please visit
http://www.pgpool.net.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp

> I would like to try native replication rather than streaming as it makes
> fail-over so much simpler.
> Operating system is Debian 6 with squeeze-backports to provide
> postgresql-9.1
> 
> <code>
> apt-get install postgresql-server-dev-9.1
> wget http://pgfoundry.org/frs/download.php/3164/pgpool-II-3.0.5.tar.gz
> tar -xvf pgpool-II-3.0.5.tar.gz
> cd pgpool-II-3.0.5/sql/pgpool-regclass/
> make
> <snip>
> pgpool-regclass.c:55: error: static declaration of ‘get_namespace_oid’
> follows non-static declaration
> /usr/include/postgresql/9.1/server/catalog/namespace.h:99: note: previous
> declaration of ‘get_namespace_oid’ was here
> make: *** [pgpool-regclass.o] Error 1
> </code>
> 
> I read this thread about it ->
> http://lists.pgfoundry.org/pipermail/pgpool-general/2011-July/003841.html
> But I have some questions, what is the  recommended way to implement
> "replication mode" Should I use pgsql 9.0?
> 
> Thanks.
> 
> -Aric Gardner


More information about the pgpool-general mailing list