Remove unnecessary word in a comment

Amit Langote <amitlan@postgresql.org>

Commit: af4e342034d6dd17cf843612e37facabc70d3c34
Author: Amit Langote <amitlan@postgresql.org>
Date: 2024-10-23T08:55:24Z
Releases: 15.9
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

Files

PathChange+/−
src/backend/executor/execUtils.c modified +1 −1

Discussion