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:54:48 +0000 (17:54 +0900)
commit55e6d712aff83587c2e06899a794c52fbfb415f6
tree114afb7bbee63cb7cf0b317d337db1bdf5bc3b3b
parenta0bff38d133ac95fb56bbd868a128bba95ec46c9
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: http://postgr.es/m/CA+HiwqHnw-zR+u060i3jp4ky5UR0CjByRFQz50oZ05de7wUg=Q@mail.gmail.com
Backpatch-through: 12
src/backend/executor/execUtils.c