Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 335c5e9

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 more serious than we realized at the time the fix was committed), and correct attribution 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 of release notes are prepared.
1 parent c572bfa commit 335c5e9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

doc/src/sgml/release-8.4.sgml

+3-3
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

+3-3
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

+3-3
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

+4-4
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)