Commit 2ecb7e5e authored by Marc G. Fournier's avatar Marc G. Fournier

Moved '#define *DEBUG' defines to config.h, and document where first

found.

Document any '#ifdef' segments found in config.h
parent 6e420677
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Id: nbtsort.c,v 1.2 1996/07/31 18:46:47 scrappy Exp $ * $Id: nbtsort.c,v 1.3 1996/10/18 05:21:20 scrappy Exp $
* *
* NOTES * NOTES
* *
...@@ -59,10 +59,6 @@ ...@@ -59,10 +59,6 @@
#include "utils/palloc.h" #include "utils/palloc.h"
#include "utils/elog.h" #include "utils/elog.h"
/*#define FASTBUILD_DEBUG*/ /* turn on debugging output */
#define FASTBUILD
#ifdef FASTBUILD #ifdef FASTBUILD
#define MAXTAPES (7) #define MAXTAPES (7)
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.2 1996/08/26 06:29:10 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.3 1996/10/18 05:21:27 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -905,7 +905,6 @@ static void initRtstate(RTSTATE *rtstate, Relation index) ...@@ -905,7 +905,6 @@ static void initRtstate(RTSTATE *rtstate, Relation index)
return; return;
} }
#define RTDEBUG
#ifdef RTDEBUG #ifdef RTDEBUG
#include "utils/geo-decls.h" #include "utils/geo-decls.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment