Re: Remove unnecessary word in a comment - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Remove unnecessary word in a comment
Date
Msg-id CA+HiwqFbHp53hnsca3nePQO1HJCwk2139EZx1nOqCFzhp76G5Q@mail.gmail.com
Whole thread Raw
List pgsql-hackers
On Wed, Oct 23, 2024 at 5:29 PM Amit Langote <amitlangote09@gmail.com> wrote:
> I think we should apply the attached which does this:
>
> --- a/src/backend/executor/execUtils.c
> +++ b/src/backend/executor/execUtils.c
> @@ -758,7 +758,7 @@ ExecInitRangeTable(EState *estate, List
> *rangeTable, List *permInfos)
>   * ExecGetRangeTableRelation
>   *      Open the Relation for a range table entry, if not already done
>   *
> - * The Relations will be closed again in ExecEndPlan().
> + * The Relations will be closed in ExecEndPlan().
>   */
>  Relation
>  ExecGetRangeTableRelation(EState *estate, Index rti)

Pushed in all branches.

--
Thanks, Amit Langote



pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: allowing extensions to control planner behavior
Next
From: Amit Kapila
Date:
Subject: Re: Make default subscription streaming option as Parallel