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

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Дата
Msg-id CAEepm=0v4FMpwroEjSWHVcigpr4SWcBhS0SJm57+eM5P=Ax02Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
On Thu, Jan 4, 2018 at 12:29 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> 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".

This doesn't make any sense, we're free to change that file format in
a major release anyway.  I withdraw that comment!

-- 
Thomas Munro
http://www.enterprisedb.com


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity