Re: Problems with simple_heap_update and Form_pg_relcheck

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with simple_heap_update and Form_pg_relcheck
Дата
Msg-id 29438.1010768247@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problems with simple_heap_update and Form_pg_relcheck  (Holger Krug <hkrug@rationalizer.com>)
Ответы Re: Problems with simple_heap_update and Form_pg_relcheck
Список pgsql-hackers
Holger Krug <hkrug@rationalizer.com> writes:
>     ((Form_pg_relcheck) GETSTRUCT(rctup))->rcerrhandlers = found + 1;

What's an "rcerrhandlers"?  It doesn't appear in current sources.

> pg_relcheck after the update is done:
> [rcbin is messed up]

I have a feeling you added rcerrhandlers after the variable-length
fields.  Not good, at least not if you want to access it via a C
struct.  See, eg,
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/README
        regards, tom lane


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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: again on index usage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.1 vs. 7.2 on AIX 5L