Re: Fix typo in comment of match_orclause_to_indexcol() - Mailing list pgsql-hackers

From Tender Wang
Subject Re: Fix typo in comment of match_orclause_to_indexcol()
Date
Msg-id CAHewXNnO3G9smVAwPQwcdxjJdMjW-5yp19+FEdVLDRmTqjS0xw@mail.gmail.com
Whole thread Raw
In response to Re: Fix typo in comment of match_orclause_to_indexcol()  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers


David Rowley <dgrowleyml@gmail.com> 于2025年9月19日周五 19:38写道:
On Fri, 19 Sept 2025 at 23:14, David Rowley <dgrowleyml@gmail.com> wrote:
>
> On Fri, 19 Sept 2025 at 22:48, Tender Wang <tndrwang@gmail.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

pgsql-hackers by date:

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