Re: inferred param types for PREPARE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: inferred param types for PREPARE
Date: 2006-01-15 17:17:35
Message-ID: 8821.1137345455@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-01-15 17:45:48 Re: pgxs/windows
Previous Message Tom Lane 2006-01-15 17:08:16 Re: TupleDesc refcounting