On 7/22/14, 7:06 AM, Pavel Stehule wrote:
> I looked on this patch and I am thinking so it is not a good idea. It
> introduce early dependency between functions and pg_class based objects.
What dependency? The patch only looks at the raw parser output, so it
won't e.g. know whether SELECT * INTO a, b FROM foo; is problematic or
not.
.marko