pgbouncer - pgbouncer: Apply client_login_timeout to clients waiting for - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject pgbouncer - pgbouncer: Apply client_login_timeout to clients waiting for
Date
Msg-id 20091204102846.409B510749EC@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Apply client_login_timeout to clients waiting for welcome pkt

Otherwise the clients stay waiting infinitely, unless there is query_timeout set.

This only applies for servers that have never been up.  If server has
been connected once, the query_timeout is only thing that kills clients,
as clients are let freely log in after first connect to server.

Modified Files:
--------------
    pgbouncer/src:
        janitor.c (r1.35 -> r1.36)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/janitor.c?r1=1.35&r2=1.36)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: orafce - orafce: Add documentation for utl_file.fopen() with an
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: todo update