Re: inferred param types for PREPARE - Mailing list pgsql-patches

From Tom Lane
Subject Re: inferred param types for PREPARE
Date
Msg-id 8821.1137345455@sss.pgh.pa.us
Whole thread Raw
In response to inferred param types for PREPARE  (Neil Conway <neilc@samurai.com>)
Responses Re: inferred param types for PREPARE
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> The only trickiness was allowing "UNKNOWN" to be specified in the list
> of type names in the PREPARE statement. Since UNKNOWN was previously an
> unreserved_keyword, this caused reduce/reduce conflicts:

You're doing it wrong.  There is no need for any special case whatever
in gram.y --- ordinary lookup of the type name will do fine.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: TupleDesc refcounting
Next
From: Neil Conway
Date:
Subject: Re: inferred param types for PREPARE