[Pgcluster-general] Compile fix for missing REPLICATION keyword definition
Tom Seago
tom at sipcall.com
Mon Jun 18 23:37:19 UTC 2007
I just ran into the same problem that Antony Petropavlovsky had last
month in this message http://pgfoundry.org/pipermail/pgcluster-
general/2007-May/001506.html . Since I didn't see any real
resolution to his problem I figured I would post these notes.
I was attempting to build from the pgcluster source tarball, not a
patched version of the postgres source.
The problem occurred because the parse.h file and the scan.c file
were not getting rebuilt since they were included in the tarball.
Don't know if that is a postgres original source problem or a
pgcluster packaging problem, but the solution is to delete these 2
files and then the build should work fine.
src/backend/parser/scan.c
src/backend/parser/parse.h
There might be other files inappropriately included, but since these
are the ones that cause trouble they are the only ones mandatory to
delete.
I hope this helps others out and I hope these files can be properly
cleaned from the tarball for rc8 :)
(-: Tom ;-)
More information about the Pgcluster-general
mailing list