diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 11bf8b696e3..14e2726f0c1 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -598,6 +598,19 @@ Branch: REL9_4_STABLE [876fd37fc] 2019-02-07 13:10:46 -0500
+
+ Fix planner failure when the first column of a row comparison
+ matches an index column, but later column(s) do not, and the index
+ has included (non-key) columns (Tom Lane)
+
+
+
+
+