Re: timeout implementation issues - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: timeout implementation issues
Date
Msg-id 3CB37A3F.4214AF30@tpf.co.jp
Whole thread Raw
In response to Re: timeout implementation issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> 
> OK, we have three possibilities:
> 
>         o  All SETs are honored in an aborted transaction
>         o  No SETs are honored in an aborted transaction
>         o  Some SETs are honored in an aborted transaction (current)
> 
> I think the problem is our current behavior.  I don't think anyone can
> say our it is correct (only honor SET before the transaction reaches
> abort state).  Whether we want the first or second is the issue, I think.

I think the current state is not that bad at least
is better than the first. I don't think it's a 
*should be* kind of thing and we shouldn't stick 
to it any longer.

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Bradley McLean
Date:
Subject: Re: Strange problem when upgrading to 7.2 with pg_upgrade.
Next
From: Hiroshi Inoue
Date:
Subject: Re: timeout implementation issues