Re: FATAL: catalog is missing 1 attribute(s) for relid 16396

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FATAL: catalog is missing 1 attribute(s) for relid 16396
Дата
Msg-id 11031.1105819111@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FATAL: catalog is missing 1 attribute(s) for relid  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: FATAL: catalog is missing 1 attribute(s) for relid  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
"Marc G. Fournier" <scrappy@postgresql.org> writes:
> Is there something in the 'table file' itself that is holding that relid? 

Oh, drat, you're right --- TOAST pointer datums contain the OID of
the toast file they are pointing to.  So any value wide enough to be
pushed out-of-line is going to have a problem.

Ugh.  Not sure there is any good way out of this one.  Adjusting the
pointer datums in-place doesn't seem very feasible.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: FATAL: catalog is missing 1 attribute(s) for relid
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: FATAL: catalog is missing 1 attribute(s) for relid