mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Moved '#define *DEBUG' defines to config.h, and document where first
found. Document any '#ifdef' segments found in config.h
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Id: nbtsort.c,v 1.2 1996/07/31 18:46:47 scrappy Exp $
|
||||
* $Id: nbtsort.c,v 1.3 1996/10/18 05:21:20 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
*
|
||||
@@ -59,10 +59,6 @@
|
||||
#include "utils/palloc.h"
|
||||
#include "utils/elog.h"
|
||||
|
||||
/*#define FASTBUILD_DEBUG*/ /* turn on debugging output */
|
||||
|
||||
#define FASTBUILD
|
||||
|
||||
#ifdef FASTBUILD
|
||||
|
||||
#define MAXTAPES (7)
|
||||
|
Reference in New Issue
Block a user