From 7c02d48e698ad38bec1399a9dcc543c80b8f5b8f Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 26 Jun 2015 16:04:46 -0400 Subject: [PATCH] Fix grammar. Reported by Peter Geoghegan. --- doc/src/sgml/release-9.5.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 5e8cc1518cd..5b0d109e35c 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -221,9 +221,9 @@ - Extend the infrastructure allow sorting to be performed by inlined, - non-SQL-callable comparison functions to cover - CREATE INDEX, REINDEX, and + Extend the infrastructure that allows sorting to be performed by + inlined, non-SQL-callable comparison functions to + cover CREATE INDEX, REINDEX, and CLUSTER (Peter Geoghegan) -- 2.39.5