Remove unnecessary word in a comment
authorAmit Langote <[email protected]>
Wed, 23 Oct 2024 08:54:48 +0000 (17:54 +0900)
committerAmit Langote <[email protected]>
Wed, 23 Oct 2024 08:55:41 +0000 (17:55 +0900)
commit0b8fb9e9239b5d2de375f85012354e1ff977b81c
treedebcf741cf6a97964a4239a005a3a581d3c46b37
parent9ecfd8a48adf84ec5603a53a6e1a5add097ab56f
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