Remove unnecessary word in a comment
authorAmit Langote <amitlan@postgresql.org>
Wed, 23 Oct 2024 08:54:48 +0000 (17:54 +0900)
committerAmit Langote <amitlan@postgresql.org>
Wed, 23 Oct 2024 08:55:24 +0000 (17:55 +0900)
commitaf4e342034d6dd17cf843612e37facabc70d3c34
tree00e4bb6f6d3c499bee673eab6358d15692418a2d
parent335501fb2b8007000d8c154628065355b5cd4366
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
src/backend/executor/execUtils.c