Index: src/include/pg_config.h.in =================================================================== RCS file: /var/lib/cvs/pgsql-server/src/include/pg_config.h.in,v retrieving revision 1.32 diff -c -r1.32 pg_config.h.in *** src/include/pg_config.h.in 5 Sep 2002 00:43:07 -0000 1.32 --- src/include/pg_config.h.in 9 Nov 2002 02:07:08 -0000 *************** *** 186,203 **** /* #define ALLOW_DANGEROUS_LO_FUNCTIONS */ /* - * Use btree bulkload code: - * this code is moderately slow (~10% slower) compared to the regular - * btree (insertion) build code on sorted or well-clustered data. on - * random data, however, the insertion build code is unusable -- the - * difference on a 60MB heap is a factor of 15 because the random - * probes into the btree thrash the buffer pool. - * - * Great thanks to Paul M. Aoki (aoki@CS.Berkeley.EDU) - */ - #define FASTBUILD /* access/nbtree/nbtsort.c */ - - /* * MAXPGPATH: standard size of a pathname buffer in Postgres (hence, * maximum usable pathname length is one less). * --- 186,191 ---- *************** *** 276,284 **** * copyObject(), to facilitate catching errors and omissions in copyObject(). */ /* #define COPY_PARSE_PLAN_TREES */ - - /* Enable debugging print statements in the date/time support routines. */ - /* #define DATEDEBUG */ /* Enable debugging print statements for lock-related operations. */ /* #define LOCK_DEBUG */ --- 264,269 ----