pgsql: Remove unnecessary word in a comment - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: Remove unnecessary word in a comment
Date
Msg-id E1t3XJs-0022p4-Oj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55e6d712aff83587c2e06899a794c52fbfb415f6

Modified Files
--------------
src/backend/executor/execUtils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Remove unnecessary word in a comment
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix INSERT statement syntax for identity columns