Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Tom Lane
"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

Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Alex Hunsaker
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

Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Tom Lane
"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

[COMMITTERS] pgsql: Add missing dependencies to preproc.y build rule

2008-11-15 Thread Tom Lane
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) --

Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Andrew Dunstan
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

[COMMITTERS] pgsql: Add missing semicolon, per grip from Alex Hunsaker.

2008-11-15 Thread Andrew Dunstan
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) -

Re: [COMMITTERS] pgsql: Enable script to generate preproc.y in build process.

2008-11-15 Thread Alex Hunsaker
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

[COMMITTERS] pgsql: Fix crash of xmlconcat(NULL) backpatch from 8.4devel

2008-11-15 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Fix crash of xmlconcat(NULL) also backpatched to 8.3

2008-11-15 Thread Peter Eisentraut
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/

[COMMITTERS] pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having

2008-11-15 Thread Tom Lane
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