TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Дата
Msg-id CAEepm=0NvOGZ8B6GbQyQe2C_c2m3LKJ9w=8OMBaYRLgZ_Gw6Nw@mail.gmail.com
обсуждение исходный текст
Ответы Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Re: TupleDescCopy doesn't clear atthasdef, attnotnull, attidentity
Список pgsql-hackers
Hi hackers,

Andrew Gierth complained off-list that TupleDescCopy() doesn't clear
atthasdef.  Yeah, that's an oversight.  The function is new in commit
cc5f81366c36 and was written by me to support "flat" (pointer-free)
tuple descriptors for use in DSM.  Following the example of
CreateTupleDescCopy() I think it should also clear attnotnull and
attidentity.  Please see attached.

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

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] A design for amcheck heapam verification
Следующее
От: Andres Freund
Дата:
Сообщение: Expression based grouping equality implementation