|
234 | 234 | #define PQ_NOTIFY_PATCH
|
235 | 235 |
|
236 | 236 | /* 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 */ |
245 | 245 |
|
246 | 246 |
|
247 | 247 | /* The following don't have any apparent purpose, but are in the
|
248 | 248 | * code. someday, will take them out altogether, but for now,
|
249 | 249 | * document them here
|
250 | 250 | */
|
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 */ |
259 | 259 |
|
260 | 260 |
|
261 | 261 | /* Undocumented "features"? */
|
|
0 commit comments