File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 98
98
</para>
99
99
100
100
<para>
101
- The main consequence of this mistake is that lowering <link
101
+ In installations that have existed for more than <link
102
102
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 .
105
105
</para>
106
106
</listitem>
107
107
Original file line number Diff line number Diff line change 135
135
</para>
136
136
137
137
<para>
138
- The main consequence of this mistake is that lowering <link
138
+ In installations that have existed for more than <link
139
139
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 .
142
142
</para>
143
143
</listitem>
144
144
Original file line number Diff line number Diff line change 149
149
</para>
150
150
151
151
<para>
152
- The main consequence of this mistake is that lowering <link
152
+ In installations that have existed for more than <link
153
153
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 .
156
156
</para>
157
157
</listitem>
158
158
Original file line number Diff line number Diff line change 235
235
</para>
236
236
237
237
<para>
238
- The main consequence of this mistake is that lowering <link
238
+ In installations that have existed for more than <link
239
239
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 .
242
242
</para>
243
243
</listitem>
244
244
377
377
378
378
<listitem>
379
379
<para>
380
- Fix <application>pg_upgrade</>'s -O/-o options (Bruce Momjian )
380
+ Fix <application>pg_upgrade</>'s -O/-o options (Marti Raudsepp )
381
381
</para>
382
382
</listitem>
383
383
You can’t perform that action at this time.
0 commit comments