aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-03-18 11:04:48 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-03-18 11:04:48 -0400
commitc2c2e531e7b4810900466feffe13fda30bd0ebd1 (patch)
tree1aee1e2b0eb5c2465dcccd6bce90243d59e5b2a0
parent6bdfe428d3994bfaed814e818fe93ad9635a31d6 (diff)
downloadpostgresql-c2c2e531e7b4810900466feffe13fda30bd0ebd1.tar.gz
postgresql-c2c2e531e7b4810900466feffe13fda30bd0ebd1.zip
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
-rw-r--r--doc/src/sgml/release-9.5.sgml1
1 files changed, 0 insertions, 1 deletions
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
<para>
This applies to
- <literal>idle_in_transaction_session_timeout</literal>,
<literal>lock_timeout</literal>,
<literal>statement_timeout</literal>,
<literal>track_activities</literal>,