Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad88b20

Browse files
committed
Remove unnecessary word in a comment
Relations opened by the executor are only closed once inExecCloseRangeTableRelations(), so the word "again" in the commentfor ExecGetRangeTableRelation() is misleading and unnecessary.Discussion:https://postgr.es/m/CA+HiwqHnw-zR+u060i3jp4ky5UR0CjByRFQz50oZ05de7wUg=Q@mail.gmail.comBackpatch-through: 12
1 parenta1e613b commitad88b20

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
@@ -787,7 +787,7 @@ ExecInitRangeTable(EState *estate, List *rangeTable, List *permInfos)
787787
* ExecGetRangeTableRelation
788788
*Open the Relation for a range table entry, if not already done
789789
*
790-
* The Relations will be closedagainin ExecEndPlan().
790+
* The Relations will be closed in ExecEndPlan().
791791
*/
792792
Relation
793793
ExecGetRangeTableRelation(EState*estate,Indexrti)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp