diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1998-12-31 00:26:44 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1998-12-31 00:26:44 +0000 |
commit | 2d74bf884396e60f566645d9d3610a75ea768787 (patch) | |
tree | c327370e09258c36cca460c11cf3170022eef551 /src | |
parent | bc9bab03908b6674023835d3db84393f334ffda6 (diff) | |
download | postgresql-2d74bf884396e60f566645d9d3610a75ea768787.tar.gz postgresql-2d74bf884396e60f566645d9d3610a75ea768787.zip |
uncomment MYLOG to prevent warnings in compile
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/odbc/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h index 8eca682d5aa..10cb5114d13 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). |