Amit Langote <amitlangote09@gmail.com> writes:
> Is there a reason why they've been left out of
> makefuncs.h/makefuncs.c? Perhaps they are not supposed to be used
> outside gram.y at all? For example, previously a caller (potentially)
> outside parser could do a makeA_Expr(AEXPR_AND, ...). I guess this is
> no longer possible with AEXPR_AND gone?
What would be the purpose? There is noplace except gram.y that builds
raw parse trees.
regards, tom lane