From: | Kevin Brown <kevin(at)sysexperts(dot)com> |
---|---|
To: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCHES] v7.2.4 bundled ... |
Date: | 2003-01-31 02:30:53 |
Message-ID: | 20030131023053.GK12957@filer |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Tom Lane wrote:
> Kevin Brown <kevin(at)sysexperts(dot)com> writes:
> >> I think it's best to leave well enough alone. The tarball ships with
> >> working bison output files anyway, so all of this really only matters
> >> to people trying to build 7.2.* from a CVS pull.
>
> > Okay, fair enough, but if we intend to continue to maintain 7.2.*,
> > shouldn't we at least fix the .y files?
>
> What for? If you've bought the assumption that we aren't going to port
> 7.2's grammar forward indefinitely, why shouldn't we say it stops with
> bison 1.35 rather than 1.75? 1.75 and later are not widely deployed
> anyway, as yet.
Okay, fair enough. I'll take your word for this (no idea how to
determine how widely bison 1.75 and later are deployed).
> But the more compelling point is *it does not matter*
> to our customers, and only barely to us. No one but a very few
> developers will ever again build the .y output files for 7.2.* (even
> assuming that there are more 7.2.* releases, which I doubt). Doesn't
> seem worth expending any effort on, to me. We have other, more
> productive things to do ...
Agreed. I wasn't aware, previously, that our source distributions
shipped with .c files generated from the .y files.
That said, if the parser's gram.y file is anything to go by, the fixes
to make it work with bison 1.75 are trivial, so if you change your
mind I'll be happy to do the work.
--
Kevin Brown kevin(at)sysexperts(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Wieck | 2003-01-31 03:06:36 | Re: [mail] Re: Windows Build System |
Previous Message | Jan Wieck | 2003-01-31 02:30:35 | Re: [mail] Re: Windows Build System |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2003-01-31 04:02:37 | updated win32 patch |
Previous Message | Tom Lane | 2003-01-31 00:32:35 | Re: fix pl/pgsql %type bug |