Re: bugfix for cursor arguments in named notation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yeb Havinga <yebhavinga(at)gmail(dot)com>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bugfix for cursor arguments in named notation
Date: 2012-04-05 14:01:57
Message-ID: 1804.1333634517@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Yeb Havinga <yebhavinga(at)gmail(dot)com> writes:
> On 2012-04-04 17:10, Tom Lane wrote:
>> I think a better way would be to temporarily set
>> plpgsql_IdentifierLookup to IDENTIFIER_LOOKUP_DECLARE,

> Thank you for looking at it. Attached is a patch that implements your
> suggestion.

Oh, sorry, I assumed you'd seen that I committed a fix like that last
night.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-04-05 14:05:24 Re: patch: improve SLRU replacement algorithm
Previous Message Tom Lane 2012-04-05 13:46:54 Re: pg_upgrade improvements