]> granicus.if.org Git - postgresql/commitdiff
Moved '#define *DEBUG' defines to config.h, and document where first
authorMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 05:21:27 +0000 (05:21 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 05:21:27 +0000 (05:21 +0000)
found.

Document any '#ifdef' segments found in config.h

src/backend/access/nbtree/nbtsort.c
src/backend/access/rtree/rtree.c

index c01c799978cfab08e719105a24c411d729a1f307..297c3ff337dd9a9759c02a9b9d5099431a27384b 100644 (file)
@@ -5,7 +5,7 @@
  *
  *
  * 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
  *
 #include "utils/palloc.h"
 #include "utils/elog.h"
 
-/*#define FASTBUILD_DEBUG*/ /* turn on debugging output */
-
-#define FASTBUILD
-
 #ifdef FASTBUILD
 
 #define        MAXTAPES        (7)
index 1edec246bc907c7de54abe79070c44c313e611c8..33002cf1f6bcb1427b81f1af383acd1a7f239504 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * 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)
     return;
 }
 
-#define RTDEBUG
 #ifdef RTDEBUG
 #include "utils/geo-decls.h"