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)
Список
Дерево обсуждения
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 по дате отправления