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

Commit608ddb7

Browse files
committed
FixBTree flag still exists and may be used to turn
runtime recovery OFF.
1 parentc19dadb commit608ddb7

File tree

1 file changed

+5
-1
lines changed
  • src/backend/utils/misc

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Support for grand unified configuration scheme, including SET
55
* command, configuration file, and command line options.
66
*
7-
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.28 2001/01/24 18:37:31 momjian Exp $
7+
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.29 2001/02/07 23:36:22 vadim Exp $
88
*
99
* Copyright 2000 by PostgreSQL Global Development Group
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
@@ -42,6 +42,8 @@ extern int XLOGfiles;
4242
externintXLOG_DEBUG;
4343
externintCommitDelay;
4444

45+
externboolFixBTree;
46+
4547
#ifdefENABLE_SYSLOG
4648
externchar*Syslog_facility;
4749
externchar*Syslog_ident;
@@ -218,6 +220,8 @@ ConfigureNamesBool[] =
218220

219221
{"sql_inheritance",PGC_USERSET,&SQL_inheritance, true},
220222

223+
{"fixbtree",PGC_POSTMASTER,&FixBTree, true},
224+
221225
{NULL,0,NULL, false}
222226
};
223227

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp