Re: Bug #514: Backend crashes periodically

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #514: Backend crashes periodically
Дата
Msg-id 29438.1005611161@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #514: Backend crashes periodically  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
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.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Doran L. Barton"
Дата:
Сообщение: 7.1.3 w/ Perl/DBI application hangs
Следующее
От: Warren Volz
Дата:
Сообщение: Re: Bug #514: Backend crashes periodically