| From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Remove unnecessary word in a comment |
| Date: | 2024-10-23 08:29:21 |
| Message-ID: | CA+HiwqHnw-zR+u060i3jp4ky5UR0CjByRFQz50oZ05de7wUg=Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Remove-unnecessary-word-in-a-comment.patch | application/octet-stream | 910 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | jian he | 2024-10-23 08:36:42 | Re: Set query_id for query contained in utility statement |
| Previous Message | Robert Haas | 2024-10-23 08:05:19 | Re: allowing extensions to control planner behavior |