summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBruce Momjian2018-01-12 02:50:21 +0000
committerBruce Momjian2018-01-12 02:50:21 +0000
commitbdb70c12b3a2e69eec6e51411df60d9f43ecc841 (patch)
tree4ecd3536ff3ee5498e16e442073eb4c314a7245f /src/test
parentbbd3363e128daec0e70952c1bb2f12ab1f6f1292 (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/test')
-rw-r--r--src/test/regress/expected/triggers.out2
-rw-r--r--src/test/regress/sql/triggers.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/triggers.out b/src/test/regress/expected/triggers.out
index 85d948741e..49cd7a1338 100644
--- a/src/test/regress/expected/triggers.out
+++ b/src/test/regress/expected/triggers.out
@@ -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);
diff --git a/src/test/regress/sql/triggers.sql b/src/test/regress/sql/triggers.sql
index 2b2236ed7d..81c632ef7e 100644
--- a/src/test/regress/sql/triggers.sql
+++ b/src/test/regress/sql/triggers.sql
@@ -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