From bf3cef24a31966686dfaae3085ce7c545c0019a4 Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Wed, 27 Nov 2019 16:00:46 +0900 Subject: [PATCH] Fix typo in comment. --- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/optimizer/util/relnode.c b/src/backend/optimizer/util/relnode.c index cefa4105edd..7758a49fa4c 100644 --- a/src/backend/optimizer/util/relnode.c +++ b/src/backend/optimizer/util/relnode.c @@ -1017,7 +1017,7 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel, * join paths made from this pair of sub-relations. (It will not need to * be considered further up the join tree.) * - * In many case we will find the same RestrictInfos in both input + * In many cases we will find the same RestrictInfos in both input * relations' joinlists, so be careful to eliminate duplicates. * Pointer equality should be a sufficient test for dups, since all * the various joinlist entries ultimately refer to RestrictInfos