Re: pl pgsql grammer file contains error

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Paramveer(dot)Singh(at)trilogy(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pl pgsql grammer file contains error
Date: 2004-08-12 15:30:08
Message-ID: 411B8D00.6030409@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/12/2004 10:52 AM, Paramveer(dot)Singh(at)trilogy(dot)com wrote:

> Further info on the problem I sent some hours back:
> the version of bison I am using is: 1.75

PostgreSQL development requires bison 1.875 or better.

Jan

> version of m4:
> ----- Forwarded by Paramveer Singh/Trilogy on 12/08/2004 08:38 PM -----
>
>
> Paramveer Singh
> 12/08/2004 07:58 PM
>
>
> To: pgsql-general(at)postgresql(dot)org
> cc:
> Subject: pl pgsql grammer file contains error
>
> hi!
> I tried to extend the grammer for plpgsql by editing
>
> postgresql-7.4.3/src/pl/plpgsql/src/gram.y
>
> but as soon as you compile it (even without any changes)
> it gives an error
>
> user$ make
> bison -y -d gram.y
> /usr/bin/m4: ERROR: EOF in string
>
> Has this been overlooked as the generated C file is also present in the
> distro and no one noticed that the grammer file does not compile any more?
>
> The database still installs and runs fine if installed using the configure
> and make drill
>
> thanks
> paraM
>

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karam Chand 2004-08-12 15:31:59 Strange pg_hba.conf error (repost)
Previous Message max jacob 2004-08-12 15:25:26 Re: table functions as fields in a select