Backend crashes with notification rule
От | Bernd Helmle |
---|---|
Тема | Backend crashes with notification rule |
Дата | |
Msg-id | 1652BA50BBA791A313A355B6@sparkey.oopsware.intra обсуждение исходный текст |
Ответы |
Re: Backend crashes with notification rule
|
Список | pgsql-hackers |
I have this on 8.0dev (checked out last friday): yomama=# SELECT version(); version ---------------------------------------------------------------------------PostgreSQL 8.0devel on i686-pc-linux-gnu, compiledby GCC gcc (GCC) 3.4.0 (1 Zeile) yomama=# CREATE TABLE test (test text); CREATE TABLE yomama=# CREATE RULE rule_insert_test AS ON INSERT TO test DO NOTIFY test_notification; CREATE RULE yomama=# INSERT INTO test VALUES ('test'); Server beendete die Verbindung unerwartet Das heißt wahrscheinlich, daß der Server abnormal beendete bevor oderwährend die Anweisung bearbeitet wurde. Die Verbindung zum Server wurde verloren. Versuche Reset: Fehlgeschlagen. !> With assert check enabled, i got this in the logfile: TRAP: FailedAssertion("!(n < list->length)", File: "list.c", Line: 392) LOG: server process (PID 18637) was terminated by signal 6 LOG: terminating any other active server processes Sorry for the german locale ..... -- Bernd
В списке pgsql-hackers по дате отправления: