Hi All,
A make on a "cvs update" from this morning fails with the following
error message.
make -C commands all
make[2]: Entering directory `/usr/local/pgsql/src/backend/commands'
make[2]: *** No rule to make target `../parse.h', needed by `comment.o'. Stop.
make[2]: Leaving directory `/usr/local/pgsql/src/backend/commands'
make[1]: *** [commands.dir] Error 2
make[1]: Leaving directory `/usr/local/pgsql/src/backend'
make: *** [install] Error 2
This looks to have been broken by the COMMENT patch.
Keith