From 6c9356080c2060bcd4a6cef520aa3d8121940ee7 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Mon, 11 Feb 2019 12:05:49 -0500
Subject: Last-minute updates for release notes.
---
doc/src/sgml/release-11.sgml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 11bf8b696e..14e2726f0c 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)
+
+
+
+
+