Re: BUG #3653: Database crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3653: Database crash
Дата
Msg-id 21338.1191532450@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3653: Database crash  ("Marc Munro" <marc@bloodnok.com>)
Список pgsql-bugs
"Marc Munro" <marc@bloodnok.com> writes:
> The following script causes a db server crash:

You are using the I/O routines for the builtin "char" type, but you
have not duplicated the storage parameters for that type.  The length
must be 1 not -1, and it's pass by value.

            regards, tom lane

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

Предыдущее
От: "Marc Munro"
Дата:
Сообщение: BUG #3653: Database crash
Следующее
От: "Radim Kolar"
Дата:
Сообщение: BUG #3654: Inconsistent handling of usernames