Re: [BUGS] patch: fix up compiling of libpq on the 8.3 stable branch

2008-03-03 Thread Tomas Szepe
> > commit 69db64c737012a8d2d6fbcce3ace7136cb2bc85f > > Author: branch-fixup > > Date: Wed Feb 13 03:40:38 2008 + > > > Removing files not present on branch REL8_3_STABLE: > > configure > > configure.in > > doc/bug.template > > src/include/pg_config.h.win

Re: [BUGS] patch: fix up compiling of libpq on the 8.3 stable branch

2008-03-02 Thread Tom Lane
Tomas Szepe <[EMAIL PROTECTED]> writes: > A quick lookaround revealed that the culprit is the following commit which > removed src/interfaces/libpq/libpq.rc.in but failed to update the Makefile > (and .cvsignore, for that matter). > commit 69db64c737012a8d2d6fbcce3ace7136cb2bc85f > Author: branch-