pgbouncer - pgbouncer: Apply client_login_timeout to clients waiting for

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Apply client_login_timeout to clients waiting for
Date: 2009-12-04 10:28:46
Message-ID: 20091204102846.409B510749EC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2009-12-04 11:15:18 pgbouncer - pgbouncer: todo update
Previous Message Robert Haas 2009-12-04 03:51:24 Re: Re: [COMMITTERS] pgsql: Rewrite GEQO's gimme_tree function so that it always finds a