Re: Segfault using heap_form_tuple

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segfault using heap_form_tuple
Дата
Msg-id 24250.1207764729@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Segfault using heap_form_tuple  ("Claudio Rossi" <wind.claudio@inwind.it>)
Список pgsql-hackers
"Claudio Rossi" <wind.claudio@inwind.it> writes:
> values[0] = ...GetDatum(...my datum...);
> ...
> values[natts-1] = ...GetDatum(...my datum...);

You've omitted the details that probably matter.  My guess is that
you're inappropriately converting one of these values to a Datum,
or converting it to a Datum that's not really of the type the
tuple descriptor specifies.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Free Space Map data structure
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Commit fest queue