Re: Small fix for _copySetConstraintsStmt

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Small fix for _copySetConstraintsStmt
Дата
Msg-id
26763.1015558900@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Small fix for _copySetConstraintsStmt Fernando Nasser <fnasser@redhat.com>
Re: Small fix for _copySetConstraintsStmt Tom Lane <tgl@sss.pgh.pa.us>
Re: Small fix for _copySetConstraintsStmt Tom Lane <tgl@sss.pgh.pa.us>
Fernando Nasser  writes:
> Field is a list of strings, not nodes.

Yeah, but listCopy is not the solution, because it'd only copy the cons
cells and not the pointed-to strings.  The representation of
ConstraintsSetStmt is really just plain broken.  It should use a list
of Value string nodes --- which would make copySetConstraintsStmt okay
as-is.  Fixing now...

			regards, tom lane
В списке pgsql-patches по дате отправления
От: Bruce Momjian
Дата:
Сообщение: Re: Basic DOMAIN Support
От: Rod Taylor
Дата:
Сообщение: Re: Basic DOMAIN Support
FAQ