Skip to content

Commit f92f6b3

Browse files
committed
Remove unnecessary word in a comment
Relations opened by the executor are only closed once in ExecCloseRangeTableRelations(), so the word "again" in the comment for ExecGetRangeTableRelation() is misleading and unnecessary. Discussion: https://postgr.es/m/CA+HiwqHnw-zR+u060i3jp4ky5UR0CjByRFQz50oZ05de7wUg=Q@mail.gmail.com Backpatch-through: 12
1 parent 2c37cb2 commit f92f6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execUtils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ ExecInitRangeTable(EState *estate, List *rangeTable, List *permInfos)
756756
* ExecGetRangeTableRelation
757757
* Open the Relation for a range table entry, if not already done
758758
*
759-
* The Relations will be closed again in ExecEndPlan().
759+
* The Relations will be closed in ExecEndPlan().
760760
*/
761761
Relation
762762
ExecGetRangeTableRelation(EState *estate, Index rti)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy