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:12 +0000 (17:55 +0900)
commitf92f6b3db4fe40059845a9ea1f71666881deedd1
treeb2d065c911f625ffdcface6779233ba7e33a2959
parent2c37cb26f8af0aecb1b534585f3a0234f70e69ee
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