Re: Feature freeze date for 8.1

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: adnandursun(at)asrinbilisim(dot)com(dot)tr
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Feature freeze date for 8.1
Date: 2005-05-01 19:35:37
Message-ID: 20050501193537.GA26902@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sun, May 01, 2005 at 19:57:37 +0300,
adnandursun(at)asrinbilisim(dot)com(dot)tr wrote:
>
> Listen Tom, write a client software that releases the
> resources / locks that was hold before client power is down
> or client connection was lost.

If Postgres can tell the connection has been lost then it should roll
back the connection. The problem is that you can't always tell if
a connection has been lost. All you can do is timeout, either when TCP
times out or some other timeout (such as a statment timeout) that you
set.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message adnandursun 2005-05-01 20:30:26 Re: Feature freeze date for 8.1
Previous Message Hannu Krosing 2005-05-01 19:23:19 Re: Feature freeze date for 8.1

Browse pgsql-patches by date

  From Date Subject
Next Message adnandursun 2005-05-01 20:30:26 Re: Feature freeze date for 8.1
Previous Message Hannu Krosing 2005-05-01 19:23:19 Re: Feature freeze date for 8.1