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>)
Список pgsql-patches
Fernando Nasser <fnasser@redhat.com> 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