diff options
author | Bruce Momjian | 2018-01-12 02:50:21 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-01-12 02:50:21 +0000 |
commit | bdb70c12b3a2e69eec6e51411df60d9f43ecc841 (patch) | |
tree | 4ecd3536ff3ee5498e16e442073eb4c314a7245f /src/backend | |
parent | bbd3363e128daec0e70952c1bb2f12ab1f6f1292 (diff) |
C comment: fix "the the" mentions in C comments
Reported-by: Christoph Dreis
Discussion: https://postgr.es/m/007e01d3519e$2734ca10$759e5e30$@freenet.de
Author: Christoph Dreis
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/optimizer/prep/prepunion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/prep/prepunion.c b/src/backend/optimizer/prep/prepunion.c index 95557d750b3..e8eeabdc889 100644 --- a/src/backend/optimizer/prep/prepunion.c +++ b/src/backend/optimizer/prep/prepunion.c @@ -2502,7 +2502,7 @@ build_child_join_sjinfo(PlannerInfo *root, SpecialJoinInfo *parent_sjinfo, * Find AppendRelInfo structures for all relations specified by relids. * * The AppendRelInfos are returned in an array, which can be pfree'd by the - * caller. *nappinfos is set to the the number of entries in the array. + * caller. *nappinfos is set to the number of entries in the array. */ AppendRelInfo ** find_appinfos_by_relids(PlannerInfo *root, Relids relids, int *nappinfos) |