Re: bug ? updates and insert crash the backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug ? updates and insert crash the backend
Дата
Msg-id 22302.1046890902@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug ? updates and insert crash the backend  (Laurent Perez <downloader@free.fr>)
Список pgsql-general
Laurent Perez <downloader@free.fr> writes:
> t2g_1=# explain verbose update tiers set num_siret='abcd' where
> num_tiers='33';
> message type 0x44 arrived from server while idle
> server closed the connection unexpectedly

This turns out to be a planner bug associated with inherited tables ---
7.3.* fails if an UPDATE or DELETE has an inherited target, and
additional inherited tables are used in the query.

The patch can be found at
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/optimizer/plan/planner.c
if anyone else needs it.

            regards, tom lane

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: a date_part question
Следующее
От: Carlos Moreno
Дата:
Сообщение: Re: Is It possible to fixe a table in mermory ?