Re: pgsql-server/src/pl/plpgsql/src gram.y pl_exec ...

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/pl/plpgsql/src gram.y pl_exec ...
Date: 2003-03-25 05:21:18
Message-ID: 3E7FE74E.1050206@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Log message:
> plpgsql can assign to subscripted variables now, e.g.
> x[42] := whatever;
> The facility is pretty primitive because it doesn't do array slicing and
> it has the same semantics as array update in SQL (array must already
> be non-null, etc). But it's a start.

I just started looking at this this afternoon. Of course, it would have
taken me quite a bit longer than you to figure it out, so I'm glad you
did :-)

However, I'm now seeing this:
[root(at)jec-linux pgsql]# cd /opt/src/pgsql/src/pl/plpgsql/src
[root(at)jec-linux src]# bison -y -d gram.y
NONE:0: /usr/bin/m4: ERROR: EOF in string

Is this a "latest bison" kind of issue? I'm using version 1.75.

Thanks,

Joe

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2003-03-25 06:26:55 Re: pgsql-server/src/pl/plpgsql/src gram.y pl_exec ...
Previous Message Tom Lane 2003-03-25 03:16:41 pgsql-server/src/pl/plpgsql/src gram.y pl_exec ...