Hi,

Can you tell me if there was a solution to this?
I'm seeing something the same or very similar.

I can show you the whole of my pgpool.conf if you need it. With comments it
is below.

Cheers
Barrie Walker


DEBUG: pid 3915: Protocol Major: 3 Minor: 0 database: template1 user: orca
DEBUG: pid 3915: connecting postmaster Unix domain socket:
/tmp/.s.PGSQL.5432
DEBUG: pid 3915: connected to postmaster Unix domain socket:
/tmp/.s.PGSQL.5432 fd: 6
DEBUG: pid 3915: connecting postmaster Unix domain socket: /tmp/.s.PGSQL.0
ERROR: pid 3915: connect_unix_domain_socket: connect() failed: No such file
or directory
log: pid 3915: notice_backend_error: fail over request from pid 3915
DEBUG: pid 3914: failover_handler called
DEBUG: pid 3929: I am 3929

allow_inet_domain_socket = false
port = 9999
socket_dir = '/tmp'
backend_host_name0 = 'localhost'
backend_port0 = 5432
backend_weight0 = 1
backend_host_name1 = 'localhost'
backend_port1 = 5433
backend_weight1 = 1
backend_socket_dir = '/tmp'
secondary_backend_host_name = ''
secondary_backend_port = 0
num_init_children = 3
max_pool = 4
child_life_time = 0
connection_life_time = 0
logdir = '/tmp'
replication_mode = true
replication_strict = true
replication_timeout = 5000
load_balance_mode = true
replication_stop_on_mistmatch = false

_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general

Reply via email to