diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 20:34:06 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 20:34:06 +0000 |
commit | 7b58bb00886bb9006cc03e4e202dce207df962cb (patch) | |
tree | f4fc9c9147130dfe2ea01ddcaaac5a4065eaecfc /src | |
parent | 13cd836d6272f19f552a2a63f962a0e3ecc13abf (diff) | |
download | postgresql-7b58bb00886bb9006cc03e4e202dce207df962cb.tar.gz postgresql-7b58bb00886bb9006cc03e4e202dce207df962cb.zip |
Clean up comments (-Wall -Werror)
Diffstat (limited to 'src')
-rw-r--r-- | src/include/config.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/include/config.h b/src/include/config.h index 7b791bef535..8b5960cb8ea 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -234,28 +234,28 @@ #define PQ_NOTIFY_PATCH /* Debug #defines */ -/* #define IPORTAL_DEBUG /* access/common/printtup.c */ -/* #define HEAPDEBUGALL /* access/heap/heapam.c */ -/* #define ISTRATDEBUG /* access/index/istrat.c */ -/* #define FASTBUILD_DEBUG /* access/nbtree/nbtsort.c */ -#define RTDEBUG /* access/rtree/rtree.c */ -#define GISTDEBUG /* access/gist/gist.c */ -/* #define PURGEDEBUG /* commands/purge.c */ -/* #define DEBUG_RECIPE /* commands/recipe.c */ +/* #define IPORTAL_DEBUG */ +/* #define HEAPDEBUGALL */ +/* #define ISTRATDEBUG */ +/* #define FASTBUILD_DEBUG */ +#define RTDEBUG +#define GISTDEBUG +/* #define PURGEDEBUG */ +/* #define DEBUG_RECIPE */ /* The following don't have any apparent purpose, but are in the * code. someday, will take them out altogether, but for now, * document them here */ -/* #define OMIT_PARTIAL_INDEX /* access/hash/hash.c */ -/* #define PERFECT_MMGR /* access/hash/hash.c */ -/* #define PERFECT_MEM /* access/hash/hashscan.c */ -/* #define NO_BUFFERISVALID /* access/heap/heapam.c */ -/* #define NO_SECURITY /* commands/cluster.c */ -/* #define TIOGA /* commands/recipe.c */ -/* #define OLD_REWRITE /* commands/version.c */ -/* #define NOTYET /* commands/view.c */ +/* #define OMIT_PARTIAL_INDEX */ +/* #define PERFECT_MMGR */ +/* #define PERFECT_MEM */ +/* #define NO_BUFFERISVALID */ +/* #define NO_SECURITY */ +/* #define TIOGA */ +/* #define OLD_REWRITE */ +/* #define NOTYET */ /* Undocumented "features"? */ |