Incorrect grammar

Started by Etsuro Fujitaalmost 8 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

Here is a tiny patch to fix $SUBJECT in a comment in execPartition.c.

Best regards,
Etsuro Fujita

Attachments:

execPartition-comment-fix.patchtext/x-diff; name=execPartition-comment-fix.patchDownload
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c
index 4048c3e..882b538 100644
--- a/src/backend/executor/execPartition.c
+++ b/src/backend/executor/execPartition.c
@@ -140,10 +140,10 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate,
 				partrel = leaf_part_rri->ri_RelationDesc;
 
 				/*
-				 * This is required in order to we convert the partition's
-				 * tuple to be compatible with the root partitioned table's
-				 * tuple descriptor.  When generating the per-subplan result
-				 * rels, this was not set.
+				 * This is required in order to convert the partition's tuple
+				 * to be compatible with the root partitioned table's tuple
+				 * descriptor.  When generating the per-subplan result rels,
+				 * this was not set.
 				 */
 				leaf_part_rri->ri_PartitionRoot = rel;
 
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Incorrect grammar

On Thu, Feb 22, 2018 at 6:54 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Here is a tiny patch to fix $SUBJECT in a comment in execPartition.c.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Robert Haas (#2)
Re: Incorrect grammar

(2018/02/23 0:09), Robert Haas wrote:

On Thu, Feb 22, 2018 at 6:54 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Here is a tiny patch to fix $SUBJECT in a comment in execPartition.c.

Committed.

Thanks!

Best regards,
Etsuro Fujita