Re: plpgsql Cursor Mismatched Parentheses

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cnliou(at)eurosport(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql Cursor Mismatched Parentheses
Date: 2002-07-12 13:39:16
Message-ID: 9215.1026481156@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<cnliou(at)eurosport(dot)com> writes:
> OPEN c(o,y1,m1,y2,m2);

> database=# select test(2002,5);
> NOTICE: plpgsql: ERROR during compile of test near
> line 17
> ERROR: mismatched parentheses

I broke this case shortly before 7.2 release, and it didn't get detected
till after :-(. If you want to recompile, you can replace
src/pl/plpgsql/src/gram.y with version 1.29.2.1, see
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2002-07-12 14:01:18 Re: was there a change in FreeBSD SHM implementation from
Previous Message Tom Lane 2002-07-12 13:29:38 Re: again trouble