From: Alvaro Herrera Date: Thu, 26 May 2016 15:58:22 +0000 (-0400) Subject: Fix typo in 9.5 release nodes X-Git-Tag: REL9_5_4~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa86edb38da6f822a53553c94d11f95ed4549d76;p=thirdparty%2Fpostgresql.git Fix typo in 9.5 release nodes Noted by 星合 拓馬 (HOSHIAI Takuma) --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index abde4064b26..a57bb53e5a1 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -2271,7 +2271,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. --> Add per-table autovacuum logging control via new - log_min_autovacuum_duration storage parameter + log_autovacuum_min_duration storage parameter (Michael Paquier)