Re: postgres database crashed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres database crashed
Дата
Msg-id 29820.1160611544@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres database crashed  (Ashish Goel <postgres_help@yahoo.com>)
Ответы Re: postgres database crashed  (Ashish Goel <postgres_help@yahoo.com>)
Список pgsql-hackers
Ashish Goel <postgres_help@yahoo.com> writes:
> We have a following table xyz( id int , fname varchar(50), img image)
> where image is a data type we have created similar to lo.
> ...
> Can somebody suggest us what might be the cause of error and what can we do to resolve it ?

Incorrect code in your custom datatype, almost certainly.  Check
computations of memory size allocations, for example.  Test it in
a backend compiled with --enable-cassert.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Repair incorrect check for coercion of unknown literal to
Следующее
От: "Mark Woodward"
Дата:
Сообщение: Re: Hints WAS: Index Tuning Features