plproxy - plproxy: Clear ->tuning bit on connection close.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: plproxy - plproxy: Clear ->tuning bit on connection close.
Date: 2008-12-17 21:21:11
Message-ID: 20081217212111.3855D17ADE4C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clear ->tuning bit on connection close.

If tuning query fails, the bit can stay set,
thus creating always-failing connection slot.

Report and analyze by Jonah Harris.

Modified Files:
--------------
plproxy/src:
execute.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/execute.c.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-12-18 00:16:14 pgbouncer - pgbouncer: pgbevent: make g_module static var
Previous Message Michael Meskes 2008-12-17 16:52:07 pgsql: Applied patch by ITAGAKI Takahiro