]> granicus.if.org Git - postgresql/commitdiff
doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee
authorBruce Momjian <bruce@momjian.us>
Tue, 25 Apr 2017 17:45:47 +0000 (13:45 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 Apr 2017 17:45:47 +0000 (13:45 -0400)
Reported-by: Andres Freund
doc/src/sgml/release-10.sgml

index 8736770d57213dd10a43531015abedebe52d84d5..dfe003bddb0e376eaa91bfb1937af7f447de0577 100644 (file)
       </para>
      </listitem>
 
+     <listitem>
+      <!--
+      Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
+      2017-01-23 [7e26e02ee] Prefetch blocks during lazy vacuum's truncation scan
+      -->
+      <para>
+       Improve speed of <command>VACUUM</>'s removal of trailing empty
+       heap pages (Alvaro Herrera)
+      </para>
+
+      <para>
+       This information is also included in <xref
+       linkend="guc-log-autovacuum-min-duration"> output.
+      </para>
+     </listitem>
+
      <listitem>
       <!--
       Author: Tom Lane <tgl@sss.pgh.pa.us>