summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2021-06-25 15:18:15 +0000
committerTom Lane2021-06-25 15:18:15 +0000
commit8a80562d732c0da1ddcc9fb88dfb976f4b846577 (patch)
tree0055fd878d61d321efd7314cd0d76ba3a8c3aab3 /doc/src
parent38ff135d9466c35b506b1049fedef73047907be0 (diff)
Doc: remove commit f560209c6 from v14 release notes.
Now that this has been back-patched, it's no longer a new feature for v14.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-14.sgml17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml
index 33b7bf7d570..72809732d50 100644
--- a/doc/src/sgml/release-14.sgml
+++ b/doc/src/sgml/release-14.sgml
@@ -1515,23 +1515,6 @@ Author: Amit Kapila <[email protected]>
<listitem>
<!--
-Author: Tom Lane <[email protected]>
-2020-09-14 [f560209c6] Make walsenders show their replication commands in pg_st
--->
-
- <para>
- Improve <link
- linkend="monitoring-pg-stat-activity-view"><structname>pg_stat_activity</structname></link>
- reporting of walsender processes (Tom Lane)
- </para>
-
- <para>
- Previously only <acronym>SQL</acronym> commands were reported.
- </para>
- </listitem>
-
- <listitem>
-<!--
Author: Fujii Masao <[email protected]>
2021-03-15 [d75288fb2] Make archiver process an auxiliary process.
-->