Re: Fix typo in comment of match_orclause_to_indexcol()

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix typo in comment of match_orclause_to_indexcol()
Date: 2025-09-19 11:46:05
Message-ID: CAHewXNnO3G9smVAwPQwcdxjJdMjW-5yp19+FEdVLDRmTqjS0xw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Rowley <dgrowleyml(at)gmail(dot)com> 于2025年9月19日周五 19:38写道:

> On Fri, 19 Sept 2025 at 23:14, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> >
> > On Fri, 19 Sept 2025 at 22:48, Tender Wang <tndrwang(at)gmail(dot)com> wrote:
> > > "catched" should be "caught".
> >
> > Thanks. I'll handle this.
>
> I ended up doing a bit more rewording in this area. I wasn't quite
> sure if I understood the "to be effective" terminology. I suspect this
> means efficiency, so I ended up changing a bit more than just the
> typo.
>
> David
>

Thanks for pushing.

--
Thanks,
Tender Wang

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo Nagata 2025-09-19 11:56:44 Re: Suggestion to add --continue-client-on-abort option to pgbench
Previous Message Tender Wang 2025-09-19 11:44:56 Use opresulttype instead of calling SearchSysCache1() in match_orclause_to_indexcol()