Re: Convert Datum* to char*

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Convert Datum* to char*
Дата
Msg-id 4999.1389026041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Convert Datum* to char*  (Masterprojekt Naumann1 <mpws2013n1@gmail.com>)
Ответы Re: Convert Datum* to char*  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Masterprojekt Naumann1 <mpws2013n1@gmail.com> writes:
> Nevertheless, slot->tts_nvalid is always 0. I hope that there is no other
> problem.

You should not be touching the tts_values/tts_isnull arrays without having
first called slot_getsomeattrs or slot_getallattrs.

See comments in src/include/executor/tuptable.h for some documentation.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: generic pseudotype IO functions?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: generic pseudotype IO functions?