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
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
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