Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7aeab94

Browse files
committed
This trivial patch removes 2 unused defines from pg_config.h.in:
FASTBUILD and DATEDEBUG weren't referenced by any other code.Neil Conway
1 parentc600a6a commit7aeab94

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

‎src/include/pg_config.h.in

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your
99
* changes will be overwritten the next time you run configure.
1010
*
11-
* $Id: pg_config.h.in,v 1.33 2002/11/07 22:08:30 tgl Exp $
11+
* $Id: pg_config.h.in,v 1.34 2002/11/10 00:38:21 momjian Exp $
1212
*/
1313

1414
#ifndefPG_CONFIG_H
@@ -185,18 +185,6 @@
185185
*/
186186
/* #define ALLOW_DANGEROUS_LO_FUNCTIONS */
187187

188-
/*
189-
* Use btree bulkload code:
190-
* this code is moderately slow (~10% slower) compared to the regular
191-
* btree (insertion) build code on sorted or well-clustered data. on
192-
* random data, however, the insertion build code is unusable -- the
193-
* difference on a 60MB heap is a factor of 15 because the random
194-
* probes into the btree thrash the buffer pool.
195-
*
196-
* Great thanks to Paul M. Aoki (aoki@CS.Berkeley.EDU)
197-
*/
198-
#defineFASTBUILD/* access/nbtree/nbtsort.c */
199-
200188
/*
201189
* MAXPGPATH: standard size of a pathname buffer in Postgres (hence,
202190
* maximum usable pathname length is one less).
@@ -277,9 +265,6 @@
277265
*/
278266
/* #define COPY_PARSE_PLAN_TREES */
279267

280-
/* Enable debugging print statements in the date/time support routines. */
281-
/* #define DATEDEBUG */
282-
283268
/* Enable debugging print statements for lock-related operations. */
284269
/* #define LOCK_DEBUG */
285270

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp