"Alex Hunsaker" <[EMAIL PROTECTED]> writes:
> On Sat, Nov 15, 2008 at 15:23, Tom Lane <[EMAIL PROTECTED]> wrote:
>> Huh ... what gcc and bison versions are you using? The code is
>> certainly wrong but I wonder why nobody else saw this error.
> $ bison --version
> bison (GNU Bison) 2.4
Interesti
On Sat, Nov 15, 2008 at 15:23, Tom Lane <[EMAIL PROTECTED]> 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
"Alex Hunsaker" <[EMAIL PROTECTED]> writes:
> "/usr/bin/perl" ./parse.pl . < ../../../../src/backend/parser/gram.y >
> preproc.y
> bison -d -o preproc.c preproc.y
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> -fwrapv -g
Log Message:
---
Add missing dependencies to preproc.y build rule
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
Makefile (r1.139 -> r1.140)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r1=1.139&r2=1.140)
--
Fixed.
cheers
andrew
Alex Hunsaker wrote:
On Fri, Nov 14, 2008 at 10:11, Michael Meskes <[EMAIL PROTECTED]> wrote:
Log Message:
---
Enable script to generate preproc.y in build process.
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
.cvsignore (r1.1
Log Message:
---
Add missing semicolon, per grip from Alex Hunsaker.
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
ecpg.trailer (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.trailer?r1=1.1&r2=1.2)
-
On Fri, Nov 14, 2008 at 10:11, Michael Meskes <[EMAIL PROTECTED]> wrote:
> Log Message:
> ---
> Enable script to generate preproc.y in build process.
>
> Modified Files:
> --
>pgsql/src/interfaces/ecpg/preproc:
>.cvsignore (r1.1 -> r1.2)
>
> (http://anoncvs.p
Log Message:
---
Fix crash of xmlconcat(NULL)
backpatch from 8.4devel
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/executor:
execQual.c (r1.226 -> r1.226.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c
Log Message:
---
Fix crash of xmlconcat(NULL)
also backpatched to 8.3
Modified Files:
--
pgsql/src/backend/executor:
execQual.c (r1.236 -> r1.237)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.236&r2=1.237)
pgsql/
Log Message:
---
Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan
return the tableoid as well as the ctid for any FOR UPDATE targets that
have child tables. All child tables are listed in the ExecRowMark list,
but the executor just skips the ones that didn't produ
10 matches
Mail list logo