Re: [GENERAL] Segfault : PostgreSQL 9.0.0 and PgPool-II.

2010-10-15 Thread Adrian Klaver
On Friday 15 October 2010 7:26:34 am Ugo PARSI wrote: > Hello, > > Thank you for your answer. > > For my simple test, I was only using pgPool-II in front of a single > PgSQL server with nothing configured. > I've just followed the basic installation guide of pgPool-II. In your original message you

Re: [GENERAL] Segfault : PostgreSQL 9.0.0 and PgPool-II.

2010-10-15 Thread Ugo PARSI
Still no luck :/ I made it work though by putting everything in "trust" in pg_hba.conf but it's not really secure :) -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Segfault : PostgreSQL 9.0.0 and PgPool-II.

2010-10-15 Thread Ugo PARSI
Hello, Thank you for your answer. For my simple test, I was only using pgPool-II in front of a single PgSQL server with nothing configured. I've just followed the basic installation guide of pgPool-II. From what I understand from the documentation you're referring me too, it should work in my ca

Re: [GENERAL] Segfault : PostgreSQL 9.0.0 and PgPool-II.

2010-10-08 Thread Adrian Klaver
On 10/08/2010 09:47 AM, Ugo PARSI wrote: Hello, I'm having issues trying to set up PgPool-II with PostgreSQL 9.0.0 (for HA reasons with Streaming Replication). PgPool end up with a SIGSEV whenever I have a correct authentification. To try my set up, I've installed a default PgSQL 9.0.0 server,

[GENERAL] Segfault : PostgreSQL 9.0.0 and PgPool-II.

2010-10-08 Thread Ugo PARSI
Hello, I'm having issues trying to set up PgPool-II with PostgreSQL 9.0.0 (for HA reasons with Streaming Replication). PgPool end up with a SIGSEV whenever I have a correct authentification. To try my set up, I've installed a default PgSQL 9.0.0 server, where I can connect without a single proble