]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:19 +0000 (17:55 +0900)
commitad88b2020a6846c56da591b84e2f10cd49137e42
tree7394e98a84a1333fb72fa5c7d29a8f42a1ce3378
parenta1e613b81aa05b5e29dcb531016269b103208a7d
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