Re: inferred param types for PREPARE

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

On Sun, 2006-01-15 at 12:17 -0500, Tom Lane wrote:
> 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.

Woops, good point. Attached is a revised patch that doesn't modify the
grammar, and includes updates to the documentation and regression tests.
Applied to HEAD.

-Neil

Attachment Content-Type Size
prepare_sql_unknown_param-2.patch text/x-patch 16.8 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-01-15 22:33:06 Re: inferred param types for PREPARE
Previous Message Tom Lane 2006-01-15 22:02:54 Re: pgxs/windows