Re: Remove unnecessary word in a comment

2024-10-23 Thread Amit Langote
On Wed, Oct 23, 2024 at 5:29 PM Amit Langote 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) > * ExecGe

Remove unnecessary word in a comment

2024-10-23 Thread Amit Langote
Hi, 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 ta