From: Etsuro Fujita Date: Wed, 27 Nov 2019 07:00:55 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL9_4_26~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=304ea5d98ed8c5b4d7ade7524a7d82841d335181;p=thirdparty%2Fpostgresql.git Fix typo in comment. --- diff --git a/src/backend/optimizer/util/relnode.c b/src/backend/optimizer/util/relnode.c index e16a318d4c2..5e770b0ff42 100644 --- a/src/backend/optimizer/util/relnode.c +++ b/src/backend/optimizer/util/relnode.c @@ -583,7 +583,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