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

Commit335c5e9

Browse files
committed
doc: Fix mistakes in the most recent set of release notes.
Improve description of the vacuum_freeze_table_age bug (it's much moreserious than we realized at the time the fix was committed), and correctattribution of pg_upgrade -O/-o fix (Marti Raudsepp contributed that,but Bruce forgot to credit him in the commit log).No need to back-patch right now, it'll happen when the next set ofrelease notes are prepared.
1 parentc572bfa commit335c5e9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

‎doc/src/sgml/release-8.4.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
</para>
9999

100100
<para>
101-
The main consequence of this mistake is that lowering <link
101+
In installations that have existed for more than <link
102102
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
103-
would cause full-table vacuuming scans to occur much more frequently
104-
than intended.
103+
transactions, this mistake prevented autovacuum from using partial-table
104+
scans, so that a full-table scan would always happen instead.
105105
</para>
106106
</listitem>
107107

‎doc/src/sgml/release-9.0.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
</para>
136136

137137
<para>
138-
The main consequence of this mistake is that lowering <link
138+
In installations that have existed for more than <link
139139
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
140-
would cause full-table vacuuming scans to occur much more frequently
141-
than intended.
140+
transactions, this mistake prevented autovacuum from using partial-table
141+
scans, so that a full-table scan would always happen instead.
142142
</para>
143143
</listitem>
144144

‎doc/src/sgml/release-9.1.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@
149149
</para>
150150

151151
<para>
152-
The main consequence of this mistake is that lowering <link
152+
In installations that have existed for more than <link
153153
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
154-
would cause full-table vacuuming scans to occur much more frequently
155-
than intended.
154+
transactions, this mistake prevented autovacuum from using partial-table
155+
scans, so that a full-table scan would always happen instead.
156156
</para>
157157
</listitem>
158158

‎doc/src/sgml/release-9.2.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@
235235
</para>
236236

237237
<para>
238-
The main consequence of this mistake is that lowering <link
238+
In installations that have existed for more than <link
239239
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
240-
would cause full-table vacuuming scans to occur much more frequently
241-
than intended.
240+
transactions, this mistake prevented autovacuum from using partial-table
241+
scans, so that a full-table scan would always happen instead.
242242
</para>
243243
</listitem>
244244

@@ -377,7 +377,7 @@
377377

378378
<listitem>
379379
<para>
380-
Fix <application>pg_upgrade</>'s -O/-o options (Bruce Momjian)
380+
Fix <application>pg_upgrade</>'s -O/-o options (Marti Raudsepp)
381381
</para>
382382
</listitem>
383383

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp