Re: Fix typos where 'the' was repeated
> On 31 Oct 2024, at 10:24, vignesh C wrote: > I noticed a couple of typos in code. "the the" should have been "the", > attached patch has the changes for the same. Fixed, thanks. -- Daniel Gustafsson
Fix typos where 'the' was repeated
Hi, I noticed a couple of typos in code. "the the" should have been "the", attached patch has the changes for the same. Regards, Vignesh diff --git a/src/backend/executor/execExprInterp.c b/src/backend/executor/execExprInterp.c index 6a7f18f6de..30c5a19aad 100644 --- a/src/backend/executor/execEx