Re: Add LINE: hint when schemaname.typename is a non-existent schema - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add LINE: hint when schemaname.typename is a non-existent schema
Date
Msg-id 14399.1426621574@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add LINE: hint when schemaname.typename is a non-existent schema  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Add LINE: hint when schemaname.typename is a non-existent schema
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Agreed; the attached patch does it that way.  (I notice that we have the
> pstate as first arg in many places; I put at the end for
> make_oper_cache_key, together with location.  Is there some convention
> to have it as first arg?)

Yes, parser-related functions always have pstate as first arg if they
need it at all.  Please follow that convention.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
Next
From: Peter Eisentraut
Date:
Subject: Re: ranlib bleating about dirmod.o being empty