comments improvements
Started by Erik Rijkersover 8 years ago2 messages
comments improvements
Attachments:
prepunion.c.20170924.difftext/x-diff; name=prepunion.c.20170924.diffDownload
--- 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)
triggers.sql.20170924.difftext/x-diff; name=triggers.sql.20170924.diffDownload
--- 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
Re: comments improvements
On Mon, Sep 25, 2017 at 5:36 AM, Erik Rijkers <er@xs4all.nl> wrote:
comments improvements
For triggers.sql.20170924.diff file, you need to update
expected/triggers.out file as well.
--
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers