[COMMITTERS] sparsegraph - sparsegraph: Imported Sources

2007-03-18 Thread User Afn
Update of /cvsroot/sparsegraph/sparsegraph In directory pgfoundry.org:/tmp/cvs-serv95104 Log Message: Initial commit Status: Vendor Tag: foo Release Tags: bar N sparsegraph/sparsegraph.h N sparsegraph/Makefile N sparsegraph/sparsegraph.c N sparsegraph/sparsegraph_impl.cpp

[COMMITTERS] pgsql: Fix ecpg/preproc makefile for parallel builds: parser.o must

2007-03-18 Thread Tom Lane
Log Message: --- Fix ecpg/preproc makefile for parallel builds: parser.o must depend on preproc.h, else make may try to build it before preproc.h is ready. Per failures seen here and in buildfarm. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: Makefile (r1.12

[COMMITTERS] pgsql: Code cleanup: mark some variables with the "const" modifier, when

2007-03-18 Thread Neil Conway
Log Message: --- Code cleanup: mark some variables with the "const" modifier, when they are initialized with a string literal. Patch from Stefan Huehner. Modified Files: -- pgsql/src/backend/utils/adt: ruleutils.c (r1.255 -> r1.256) (http://developer.postgr