Re: v7.2.4 bundled ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: v7.2.4 bundled ...
Date: 2003-01-30 04:37:16
Message-ID: 9986.1043901436@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Rod Taylor <rbt(at)rbt(dot)ca> writes:
> Updated to tag REL7_2_4 on FreeBSD 4.7 and cannot compile it. gram.y
> errors complaining: invalid character: ','.

> bash-2.05b$ bison --version
> bison (GNU Bison) 1.75

We just had that discussion on pgcore. The 7.2 grammar was developed
against bison 1.28; it works with warnings against bison 1.35, but bison
1.75 just flat rejects it (not for any significant reason, but just
because they decided to get anal-retentive about whether they'd allow
commas in keyword lists).

We could update the 7.2 grammar and compile it with the latest bison,
but we were worried about whether we might introduce any subtle problems
if we did. The 7.2 branch has received zero testing with bison 1.75.

ISTM that the eve of what'll probably be our last dot-release for 7.2
is not the time to drop a new bison into its toolchain.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-01-30 05:10:25 Re: v7.2.4 bundled ...
Previous Message Ron Mayer 2003-01-30 04:02:49 Re: [mail] Re: Windows Build System

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-01-30 05:10:25 Re: v7.2.4 bundled ...
Previous Message Rod Taylor 2003-01-30 03:07:05 Re: v7.2.4 bundled ...