Re: Bug #514: Backend crashes periodically - Mailing list pgsql-bugs

From Hiroshi Inoue
Subject Re: Bug #514: Backend crashes periodically
Date
Msg-id 3BF06A4E.8162F698@tpf.co.jp
Whole thread Raw
In response to Bug #514: Backend crashes periodically  (pgsql-bugs@postgresql.org)
List pgsql-bugs
Tom Lane wrote:
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > BTW I have a question about this example.
> > Session 2 deletes no row because *session 1* already
> > deleted the rows but the session_del rule seems to
> > be invoked. Is it a right behavior ?
>
> Certainly the rule should be invoked --- whether it finds any rows
> cannot be determined until it's invoked, anyhow.  Remember a rule
> is not a trigger, it is a transform applied to the query before
> we begin execution.

If it's
>
>                         regards, tom lane

pgsql-bugs by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Bug #514: Backend crashes periodically
Next
From: "Doran L. Barton"
Date:
Subject: Re: 7.1.3 w/ Perl/DBI application hangs