Re: INSERT causes psql to crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: INSERT causes psql to crash
Дата
Msg-id 25195.1138316006@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: INSERT causes psql to crash  (jao@geophile.com)
Список pgsql-bugs
jao@geophile.com writes:
> I'm hoping strace output will be useful. To recap, psql crashes
> on "INSERT INTO TEST VALUES(8)". The insert succeeds, and strace
> shows the insert response coming back. I'm wondering if there is
> anything suspicious in the response from the backend:

> recv(3, "C\0\0\0\30INSERT 1188218874 1\0Z\0\0\0\5I", 16384, 0) = 31

No, looks pretty standard to me.

            regards, tom lane

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

Предыдущее
От: jao@geophile.com
Дата:
Сообщение: Re: INSERT causes psql to crash
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2195: log_min_messages crash server when in DEBUG3 to