Remove unnecessary word in a comment

Started by Amit Langoteover 1 year ago2 messageshackers
Jump to latest
#1Amit Langote
Langote_Amit_f8@lab.ntt.co.jp

Hi,

I think we should apply the attached which does this:

--- a/src/backend/executor/execUtils.c
+++ b/src/backend/executor/execUtils.c
@@ -758,7 +758,7 @@ ExecInitRangeTable(EState *estate, List
*rangeTable, List *permInfos)
  * ExecGetRangeTableRelation
  *      Open the Relation for a range table entry, if not already done
  *
- * The Relations will be closed again in ExecEndPlan().
+ * The Relations will be closed in ExecEndPlan().
  */
 Relation
 ExecGetRangeTableRelation(EState *estate, Index rti)

--
Thanks, Amit Langote

Attachments:

0001-Remove-unnecessary-word-in-a-comment.patchapplication/octet-stream; name=0001-Remove-unnecessary-word-in-a-comment.patchDownload+1-2
#2Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: Amit Langote (#1)
Re: Remove unnecessary word in a comment

On Wed, Oct 23, 2024 at 5:29 PM Amit Langote <amitlangote09@gmail.com> wrote:

I think we should apply the attached which does this:

--- a/src/backend/executor/execUtils.c
+++ b/src/backend/executor/execUtils.c
@@ -758,7 +758,7 @@ ExecInitRangeTable(EState *estate, List
*rangeTable, List *permInfos)
* ExecGetRangeTableRelation
*      Open the Relation for a range table entry, if not already done
*
- * The Relations will be closed again in ExecEndPlan().
+ * The Relations will be closed in ExecEndPlan().
*/
Relation
ExecGetRangeTableRelation(EState *estate, Index rti)

Pushed in all branches.

--
Thanks, Amit Langote