comments improvements
--- src/backend/optimizer/prep/prepunion.c.orig	2017-09-24 17:40:34.888790877 +0200
+++ src/backend/optimizer/prep/prepunion.c	2017-09-24 17:41:39.796748743 +0200
@@ -2413,7 +2413,7 @@
  * 		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)
--- src/test/regress/sql/triggers.sql.orig	2017-09-24 17:40:45.760783805 +0200
+++ src/test/regress/sql/triggers.sql	2017-09-24 17:41:33.448752854 +0200
@@ -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
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to