Re: typo in couple of places

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: typo in couple of places
Date: 2023-10-07 02:57:31
Message-ID: CALDaNm09=ihxr=9qQBNJZWRSLvZZLpfeqLzC=ywqf=LC3FaNag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 6 Oct 2023 at 20:50, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> wrote:
>
> vignesh C <vignesh21(at)gmail(dot)com> writes:
>
> > Hi,
> >
> > I noticed a couple of typos in code. "the the" should have been "the",
> > attached patch has the changes for the same.
>
> This made me curious about other duplicate word occurrences, and after a
> few minutes of increasingly-elaborate regexing to exclude false
> postives, I found a few more (plus a bonus a _missing_ "the"). See the
> attached patch (which includes your originl one, for completeness).

Thanks, Looks good.

Regards,
Vignesh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Wienhold 2023-10-07 03:07:50 Re: Fix output of zero privileges in psql
Previous Message Amit Kapila 2023-10-07 02:42:37 Re: Invalidate the subscription worker in cases where a user loses their superuser status