From: Byron Nikolaidis <byronn@insightdist.com>
Date: Thu, 31 Dec 1998 00:26:44 +0000 (+0000)
Subject: uncomment MYLOG to prevent warnings in compile
X-Git-Tag: REL6_5~851
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d74bf884396e60f566645d9d3610a75ea768787;p=postgresql

uncomment MYLOG to prevent warnings in compile
---

diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h
index 8eca682d5a..10cb5114d1 100644
--- a/src/interfaces/odbc/misc.h
+++ b/src/interfaces/odbc/misc.h
@@ -26,7 +26,7 @@
 	portion of the registry.  You may have to manually add this key.
 	This logfile is intended for development use, not for an end user!
 */
-// #define MY_LOG
+#define MY_LOG
 
 
 /*	Uncomment Q_LOG to compile in the qlog() statements (Communications log, i.e. CommLog).