Skip to content

Commit c3316a3

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 9a51d4a commit c3316a3

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
@@ -782,7 +782,7 @@ ExecInitRangeTable(EState *estate, List *rangeTable)
782782
* ExecGetRangeTableRelation
783783
* Open the Relation for a range table entry, if not already done
784784
*
785-
* The Relations will be closed again in ExecEndPlan().
785+
* The Relations will be closed in ExecEndPlan().
786786
*/
787787
Relation
788788
ExecGetRangeTableRelation(EState *estate, Index rti)

0 commit comments

Comments
 (0)