index 0bd49460e0281ae3174e8601170d51882c23464f..d048e74754c8a7d42ccc72b1b28fe02eecfadc80 100644 (file)
@@ -342,6 +342,23 @@ Force custom server variable names to match the pattern used for unquoted SQL id
</para>
</listitem>
+<listitem>
+<!--
+Author: Peter Geoghegan <pg@bowt.ie>
+2021年03月10日 [9f3665fbf] Don't consider newly inserted tuples in nbtree VACUUM.
+Author: Peter Geoghegan <pg@bowt.ie>
+2021年03月11日 [effdd3f3b] Add back vacuum_cleanup_index_scale_factor parameter.
+-->
+
+<para>
+Remove server variable vacuum_cleanup_index_scale_factor (Peter Geoghegan)
+</para>
+
+<para>
+This setting was disabled in PostgreSQL version 13.3.
+</para>
+</listitem>
+
<listitem>
<!--
Author: Joe Conway <mail@joeconway.com>