From: | "Alex Hunsaker" <badalex(at)gmail(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Michael Meskes" <meskes(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Enable script to generate preproc.y in build process. |
Date: | 2008-11-15 22:26:44 |
Message-ID: | 34d269d40811151426p2b917f0bnea2e09e396df0e6a@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Sat, Nov 15, 2008 at 15:23, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Huh ... what gcc and bison versions are you using? The code is
> certainly wrong but I wonder why nobody else saw this error.
$ gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++,fortran,objc,obj-c++,treelang
--enable-threads=posix --mandir=/usr/share/man
--infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib
--libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
--disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.3.2 (GCC)
$ bison --version
bison (GNU Bison) 2.4
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>> The fix to preproc.y is below, but I don't immediately see how to fix parse.pl
>
> That's cause the problem is in ecpg.trailer. I see Andrew got it
> already.
Explains why I could not see where to fix it :).
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-11-15 22:39:49 | Re: pgsql: Enable script to generate preproc.y in build process. |
Previous Message | Tom Lane | 2008-11-15 22:23:47 | Re: pgsql: Enable script to generate preproc.y in build process. |
From | Date | Subject | |
---|---|---|---|
Next Message | Alex Hunsaker | 2008-11-15 22:30:07 | Re: patch: Client certificate requirements |
Previous Message | Tom Lane | 2008-11-15 22:23:47 | Re: pgsql: Enable script to generate preproc.y in build process. |