aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-18 05:21:09 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-18 05:21:09 +0000
commit6e420677dd2c07ab971df21817d09af3c7b6015f (patch)
tree6dcef60f4aed355ea9c4bb1d160bc6bf2b2e0572 /src/backend/access/gist/gist.c
parent6c8465f69baf767c476bddaba1878ba07948ee2a (diff)
downloadpostgresql-6e420677dd2c07ab971df21817d09af3c7b6015f.tar.gz
postgresql-6e420677dd2c07ab971df21817d09af3c7b6015f.zip
Moved '#define *DEBUG' defines to config.h, and document where first
found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c
Diffstat (limited to 'src/backend/access/gist/gist.c')
-rw-r--r--src/backend/access/gist/gist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c
index 4b620da5375..90817742ecc 100644
--- a/src/backend/access/gist/gist.c
+++ b/src/backend/access/gist/gist.c
@@ -1196,7 +1196,6 @@ gistcentryinit(GISTSTATE *giststate, GISTENTRY *e, char *pr, Relation r,
-#define GISTDEBUG
#ifdef GISTDEBUG
extern char *text_range_out();