Re: ADD/DROP constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ADD/DROP constraints
Дата
Msg-id 20418.1149878463@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ADD/DROP constraints  (Greg Stark <gsstark@mit.edu>)
Ответы Re: ADD/DROP constraints  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> There seems to be something I'm missing wrt the conbin string.

You can't access fields that lie to the right of a variable-width field
using C struct field names.  You need to use heap_getattr() or one of
its relatives to obtain a pointer to such a field.  You ought to be
checking for NULL, too.
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: That EXPLAIN ANALYZE patch still needs work
Следующее
От: Tom Lane
Дата:
Сообщение: Re: That EXPLAIN ANALYZE patch still needs work