]> granicus.if.org Git - postgresql/commitdiff
C comment: fix "the the" mentions in C comments
authorBruce Momjian <bruce@momjian.us>
Fri, 12 Jan 2018 02:50:21 +0000 (21:50 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 12 Jan 2018 02:50:21 +0000 (21:50 -0500)
Reported-by: Christoph Dreis
Discussion: https://postgr.es/m/007e01d3519e$2734ca10$759e5e30$@freenet.de

Author: Christoph Dreis

src/backend/optimizer/prep/prepunion.c
src/test/regress/expected/triggers.out
src/test/regress/sql/triggers.sql

index 95557d750b3941c9ea481c5a779cdab5e28d7374..e8eeabdc889ec0dbb0025acb6c7543c1ebf64f21 100644 (file)
@@ -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)
index 85d948741ed12411e98b7d8770235c69b5700da7..49cd7a13387f5e1b5948f7b9cbfd1d8b2005ae83 100644 (file)
@@ -1934,7 +1934,7 @@ $$;
 --
 -- Verify behavior of statement triggers on partition hierarchy with
 -- transition tables.  Tuples should appear to each trigger in the
--- format of the the relation the trigger is attached to.
+-- format of the relation the trigger is attached to.
 --
 -- set up a partition hierarchy with some different TupleDescriptors
 create table parent (a text, b int) partition by list (a);
index 2b2236ed7d9362696d47dfad5b90642c69afd191..81c632ef7e4a81a3d4c25ec83e2d90be3fc522a2 100644 (file)
@@ -1409,7 +1409,7 @@ $$;
 --
 -- Verify behavior of statement triggers on partition hierarchy with
 -- transition tables.  Tuples should appear to each trigger in the
--- format of the the relation the trigger is attached to.
+-- format of the relation the trigger is attached to.
 --
 
 -- set up a partition hierarchy with some different TupleDescriptors