diff options
author | Tom Lane | 2019-06-16 18:02:22 +0000 |
---|---|---|
committer | Tom Lane | 2019-06-16 18:02:22 +0000 |
commit | 16c4e76f1b0a0145572551b7e919b967e406a0b1 (patch) | |
tree | b9bbd0af0e06e89772e40f73b82d3396f02f57da | |
parent | 6973b058bc8d32e104bed99c134a4fab4b5dfe13 (diff) |
Doc: remove description of commit 23bd3cec6 from v12 release notes.
Now that we've back-patched that, it shouldn't be mentioned in v12
anymore.
-rw-r--r-- | doc/src/sgml/release-12.sgml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index aa3845f5dde..a7ff5cb4be7 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -2716,24 +2716,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> <listitem> <!-- -Author: Tom Lane <tgl@sss.pgh.pa.us> -2018-09-13 [23bd3cec6] Attempt to identify system timezone by reading /etc/loca ---> - - <para> - Have <xref linkend="app-initdb"/> determine the local timezone - from the <filename>/etc/localtime</filename> symbolic link, - if it exists (Tom Lane) - </para> - - <para> - This is more likely to produce the desired time zone string when - multiple identical time zones exist. - </para> - </listitem> - - <listitem> -<!-- Author: Michael Paquier <michael@paquier.xyz> 2019-03-23 [e0090c869] Add option -N/- -no-sync to pg_checksums --> |