1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

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

found.

Document any '#ifdef' segments found in config.h
This commit is contained in:
Marc G. Fournier
1996-10-18 05:21:27 +00:00
parent 6e420677dd
commit 2ecb7e5e2c
2 changed files with 2 additions and 7 deletions

View 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"