]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 27 Nov 2019 07:00:46 +0000 (16:00 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 27 Nov 2019 07:00:46 +0000 (16:00 +0900)
src/backend/optimizer/util/relnode.c

index cefa4105edd6cf0af60dfb0c98b0304e37e0b36f..7758a49fa4c0317373a97427e28cd3e55b72e414 100644 (file)
@@ -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