mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user