Hi,

Looks like there's a small typo in Release Notes 10.4 - the final "s" is missing in one of the occurrences of <literal>GROUPING SETS</literal>. While it's not the most important fix in the world, please consider the attached patch.

--
Liudmila Mantrova
Technical writer at Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index be37349..ea86b5e 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -469,7 +469,7 @@ Branch: REL9_5_STABLE [e4ff71158] 2018-03-28 13:26:43 -0400
 -->
      <para>
       Fix executor crash due to double free in some <literal>GROUPING
-      SET</literal> usages (Peter Geoghegan)
+      SETS</literal> usages (Peter Geoghegan)
      </para>
     </listitem>
 

Reply via email to