Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7b58bb0

Browse files
committed
Clean up comments (-Wall -Werror)
1 parent 13cd836 commit 7b58bb0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/include/config.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -234,28 +234,28 @@
234234
#define PQ_NOTIFY_PATCH
235235

236236
/* Debug #defines */
237-
/* #define IPORTAL_DEBUG /* access/common/printtup.c */
238-
/* #define HEAPDEBUGALL /* access/heap/heapam.c */
239-
/* #define ISTRATDEBUG /* access/index/istrat.c */
240-
/* #define FASTBUILD_DEBUG /* access/nbtree/nbtsort.c */
241-
#define RTDEBUG /* access/rtree/rtree.c */
242-
#define GISTDEBUG /* access/gist/gist.c */
243-
/* #define PURGEDEBUG /* commands/purge.c */
244-
/* #define DEBUG_RECIPE /* commands/recipe.c */
237+
/* #define IPORTAL_DEBUG */
238+
/* #define HEAPDEBUGALL */
239+
/* #define ISTRATDEBUG */
240+
/* #define FASTBUILD_DEBUG */
241+
#define RTDEBUG
242+
#define GISTDEBUG
243+
/* #define PURGEDEBUG */
244+
/* #define DEBUG_RECIPE */
245245

246246

247247
/* The following don't have any apparent purpose, but are in the
248248
* code. someday, will take them out altogether, but for now,
249249
* document them here
250250
*/
251-
/* #define OMIT_PARTIAL_INDEX /* access/hash/hash.c */
252-
/* #define PERFECT_MMGR /* access/hash/hash.c */
253-
/* #define PERFECT_MEM /* access/hash/hashscan.c */
254-
/* #define NO_BUFFERISVALID /* access/heap/heapam.c */
255-
/* #define NO_SECURITY /* commands/cluster.c */
256-
/* #define TIOGA /* commands/recipe.c */
257-
/* #define OLD_REWRITE /* commands/version.c */
258-
/* #define NOTYET /* commands/view.c */
251+
/* #define OMIT_PARTIAL_INDEX */
252+
/* #define PERFECT_MMGR */
253+
/* #define PERFECT_MEM */
254+
/* #define NO_BUFFERISVALID */
255+
/* #define NO_SECURITY */
256+
/* #define TIOGA */
257+
/* #define OLD_REWRITE */
258+
/* #define NOTYET */
259259

260260

261261
/* Undocumented "features"? */

0 commit comments

Comments
 (0)