pgbouncer - pgbouncer: Disable maintenance during SUSPEND Otherwise

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Disable maintenance during SUSPEND Otherwise
Date: 2009-11-13 13:55:59
Message-ID: 20091113135559.DEBEF1072089@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disable maintenance during SUSPEND

Otherwise some timeout may activate and close connection
that is already reported to other side;

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2009-11-13 13:57:04 pgbouncer - pgbouncer: Clarify few login-related log messages
Previous Message Teodor Sigaev 2009-11-13 11:17:22 pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.