Dimitri Fontaine <dimi...@2ndquadrant.fr> writes:
> I still have some cleaning to do before to prepare the next patch
> version, such as documentation updating and dealing with rewrites of
> CHECK and DEFAULT column constraints in CREATE TABLE.  I had to add
> support for the T_A_Const parser node, and now I'm about to see about
> adding support for the T_A_Expr one, but I can't help to wonder how the
> rewriter could work without them.

It doesn't, and it shouldn't have to.  If those nodes get to the
rewriter then somebody forgot to apply parse analysis.  What's your test
case?

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to