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:31 +0000 (17:55 +0900)
commitc3316a3b8dccf4d9cd17d66f1984bf7d4ce38fa9
tree802dedc656d34a3d8af8f7a07f7f2c2c0fe6d05a
parent9a51d4af12a7add717f7f2e4b82985b3a7a092f4
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