Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Дата
Msg-id 32747.1515022567@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> If there is any system where sizeof(FormData_pg_attribute) !=
> (offsetof(FormData_pg_attribute,attcollation) + sizeof(Oid)), won't
> load_relcache_init_file() get upset?  Oh, I see it would just go to
> read_failed and then "do it the hard way".

Right, so we needn't include a catversion bump (or more likely,
a RELCACHE_INIT_FILEMAGIC change) in that patch.

            regards, tom lane


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Следующее
От: Stephen Frost
Дата:
Сообщение: January CommitFest is underway!