Commit 7b58bb00 authored by Marc G. Fournier's avatar Marc G. Fournier

Clean up comments (-Wall -Werror)

parent 13cd836d
...@@ -234,28 +234,28 @@ ...@@ -234,28 +234,28 @@
#define PQ_NOTIFY_PATCH #define PQ_NOTIFY_PATCH
/* Debug #defines */ /* Debug #defines */
/* #define IPORTAL_DEBUG /* access/common/printtup.c */ /* #define IPORTAL_DEBUG */
/* #define HEAPDEBUGALL /* access/heap/heapam.c */ /* #define HEAPDEBUGALL */
/* #define ISTRATDEBUG /* access/index/istrat.c */ /* #define ISTRATDEBUG */
/* #define FASTBUILD_DEBUG /* access/nbtree/nbtsort.c */ /* #define FASTBUILD_DEBUG */
#define RTDEBUG /* access/rtree/rtree.c */ #define RTDEBUG
#define GISTDEBUG /* access/gist/gist.c */ #define GISTDEBUG
/* #define PURGEDEBUG /* commands/purge.c */ /* #define PURGEDEBUG */
/* #define DEBUG_RECIPE /* commands/recipe.c */ /* #define DEBUG_RECIPE */
/* The following don't have any apparent purpose, but are in the /* The following don't have any apparent purpose, but are in the
* code. someday, will take them out altogether, but for now, * code. someday, will take them out altogether, but for now,
* document them here * document them here
*/ */
/* #define OMIT_PARTIAL_INDEX /* access/hash/hash.c */ /* #define OMIT_PARTIAL_INDEX */
/* #define PERFECT_MMGR /* access/hash/hash.c */ /* #define PERFECT_MMGR */
/* #define PERFECT_MEM /* access/hash/hashscan.c */ /* #define PERFECT_MEM */
/* #define NO_BUFFERISVALID /* access/heap/heapam.c */ /* #define NO_BUFFERISVALID */
/* #define NO_SECURITY /* commands/cluster.c */ /* #define NO_SECURITY */
/* #define TIOGA /* commands/recipe.c */ /* #define TIOGA */
/* #define OLD_REWRITE /* commands/version.c */ /* #define OLD_REWRITE */
/* #define NOTYET /* commands/view.c */ /* #define NOTYET */
/* Undocumented "features"? */ /* Undocumented "features"? */
......
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