• Bruce Momjian's avatar
    libpq++ Makefile uses -DDEBUG to turn on debugging trace to · 3e4708c4
    Bruce Momjian authored
    /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
    3e4708c4
pgconnection.cc 3.63 KB