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

Commitf243a1a

Browse files
committed
Revert temporary patch that made synchronous_commit default to OFF.
1 parentb7adf47 commitf243a1a

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.143 2007/09/1001:39:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.144 2007/09/1002:01:19 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1352,14 +1352,6 @@ SET ENABLE_SEQSCAN TO OFF;
13521352
commits. It is therefore possible, and useful, to have some
13531353
transactions commit synchronously and others asynchronously.
13541354
</para>
1355-
1356-
<!-- this note should go away before release!! -->
1357-
<note>
1358-
<para>
1359-
For testing purposes, <varname>synchronous_commit</varname> will
1360-
default to <literal>off</> until 8.3 release approaches.
1361-
</para>
1362-
</note>
13631355
</listitem>
13641356
</varlistentry>
13651357

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.418 2007/09/1001:39:19 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.419 2007/09/1002:01:19 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -560,8 +560,7 @@ static struct config_bool ConfigureNamesBool[] =
560560
NULL
561561
},
562562
&XactSyncCommit,
563-
/* XXX TEMPORARY FOR TESTING: sync commit should default to TRUE! */
564-
false,NULL,NULL
563+
true,NULL,NULL
565564
},
566565
{
567566
{"zero_damaged_pages",PGC_SUSET,DEVELOPER_OPTIONS,

‎src/tools/RELEASE_CHANGES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
For All Releases (major, minor, beta, RC)
22
================
33

4-
*** SPECIAL FOR 8.3: don't forget to revert patch of 2007-08-13 that
5-
made synchronous_commit default to OFF. Affects this file, guc.c, and
6-
config.sgml.
7-
84
* Release version number changes
95
o doc/bug.template
106
o bump Win32 interface version numbers

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp