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

Commit3981f21

Browse files
committed
Remove no-longer-used FixBTree GUC variable.
1 parent61b22d3 commit3981f21

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

‎src/backend/access/nbtree/nbtree.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.98 2003/02/2322:43:08 tgl Exp $
15+
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.99 2003/02/2323:27:21 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -47,12 +47,6 @@ typedef struct
4747

4848
boolFastBuild= true;/* use SORT instead of insertion build */
4949

50-
/*
51-
* TEMPORARY FLAG FOR TESTING NEW FIX TREE
52-
* CODE WITHOUT AFFECTING ANYONE ELSE
53-
*/
54-
boolFixBTree= true;
55-
5650
staticvoid_bt_restscan(IndexScanDescscan);
5751
staticvoidbtbuildCallback(Relationindex,
5852
HeapTuplehtup,

‎src/backend/utils/misc/check_guc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## postgresql.conf.sample, it should be listed here so that it
1616
## can be ignored
1717
INTENTIONALLY_NOT_INCLUDED="pre_auth_delay lc_messages lc_monetary\
18-
lc_time lc_numericfixbtreeserver_encoding session_authorization"
18+
lc_time lc_numeric server_encoding session_authorization"
1919

2020
### What options are listed in postgresql.conf.sample, but don't appear
2121
### in guc.c?

‎src/backend/utils/misc/guc.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* command, configuration file, and command line options.
66
* See src/backend/utils/misc/README for more information.
77
*
8-
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.114 2003/02/06 20:25:33 tgl Exp $
8+
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.115 2003/02/23 23:27:21 tgl Exp $
99
*
1010
* Copyright 2000 by PostgreSQL Global Development Group
1111
* Written by Peter Eisentraut <peter_e@gmx.net>.
@@ -60,7 +60,6 @@ extern intCheckPointTimeout;
6060
externboolautocommit;
6161
externintCommitDelay;
6262
externintCommitSiblings;
63-
externboolFixBTree;
6463

6564
#ifdefHAVE_SYSLOG
6665
externchar*Syslog_facility;
@@ -497,10 +496,6 @@ static struct config_bool
497496
{"australian_timezones",PGC_USERSET},&Australian_timezones,
498497
false,ClearDateCache,NULL
499498
},
500-
{
501-
{"fixbtree",PGC_POSTMASTER},&FixBTree,
502-
true,NULL,NULL
503-
},
504499
{
505500
{"password_encryption",PGC_USERSET},&Password_encryption,
506501
true,NULL,NULL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp