From: Tom Lane Date: Wed, 18 Mar 2020 15:04:48 +0000 (-0400) Subject: Doc: remove reference to nonexisting GUC from 9.5 release notes. X-Git-Tag: REL9_5_22~59 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c2c2e531e7b4810900466feffe13fda30bd0ebd1;p=postgresql.git Doc: remove reference to nonexisting GUC from 9.5 release notes. idle_in_transaction_session_timeout doesn't exist before 9.6, so mentioning it in older branches' release notes is confusing. Lazy copy-and-paste on my (tgl's) part. Too late to do anything about 9.4, but we can usefully fix this in 9.5. Daniel Gustafsson Discussion: https://postgr.es/m/0980BAC2-C30E-4439-A1D0-BE4FA4EF5666@yesql.se --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index ab213c847e1..15f2cabd524 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -593,7 +593,6 @@ Branch: REL9_4_STABLE [dbe405b78] 2020-01-21 13:47:17 +0900 This applies to - idle_in_transaction_session_timeout, lock_timeout, statement_timeout, track_activities,