libpq++ Makefile uses -DDEBUG to turn on debugging trace to

Bruce Momjian <bruce@momjian.us>

Commit: 3e4708c45cc0c550cca2f089193b0510b3c448f5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-03-16T15:34:36Z
Releases: 7.1.1
libpq++ Makefile uses -DDEBUG to turn on debugging trace to
/tmp/trace.out.
However, elog.h uses DEBUG as a log-level flag.  As a result, tracing is
turned on even if the libpq++.so is built with DEBUG commented out in
the Makefile.

This patch changes libpq++ to use DEBUGFILE instead (which is not
defined anywhere else).

Oliver Elphick

Files