From: Justin Pryzby Date: Thu, 4 Apr 2019 01:21:10 -0500 Subject: [PATCH v2 10/12] Duplicate word in comment See also 9226a3b89b004b3472d963442856206f0c249a53 --- src/backend/optimizer/plan/planner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/optimizer/plan/planner.c b/src/backend/optimizer/plan/planner.c index 5ed691c..0a6710c 100644 --- a/src/backend/optimizer/plan/planner.c +++ b/src/backend/optimizer/plan/planner.c @@ -118,7 +118,7 @@ typedef struct /* * Temporary structure for use during WindowClause reordering in order to be - * be able to sort WindowClauses on partitioning/ordering prefix. + * able to sort WindowClauses on partitioning/ordering prefix. */ typedef struct { -- 2.1.4 --u65IjBhB3TIa72Vp Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v2-0011-is-vs-are-plural.patch"