pgsql: C comment: fix "the the" mentions in C comments

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: C comment: fix "the the" mentions in C comments
Date: 2018-01-12 02:50:31
Message-ID: E1eZpQN-0001G2-Ms@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bdb70c12b3a2e69eec6e51411df60d9f43ecc841

Modified Files
--------------
src/backend/optimizer/prep/prepunion.c | 2 +-
src/test/regress/expected/triggers.out | 2 +-
src/test/regress/sql/triggers.sql | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-01-12 14:22:08 pgsql: Remove hard-coded schema knowledge about pg_attribute from genbk
Previous Message Peter Eisentraut 2018-01-11 18:39:04 pgsql: Refactor subscription tests to use PostgresNode's wait_for_catch