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

From David Rowley
Subject Re: Fix typo in comment of match_orclause_to_indexcol()
Date
Msg-id CAApHDvpEZF7qRJ0MSF1BMWHaDJXHX+A_WQr2=8TZ54ThGOOF9Q@mail.gmail.com
Whole thread Raw
In response to Fix typo in comment of match_orclause_to_indexcol()  (Tender Wang <tndrwang@gmail.com>)
Responses Re: Fix typo in comment of match_orclause_to_indexcol()
List pgsql-hackers
On Fri, 19 Sept 2025 at 22:48, Tender Wang <tndrwang@gmail.com> wrote:
> /*
> * Try to convert a list of OR-clauses to a single SAOP expression. Each
> * OR entry must be in the form: (indexkey operator constant) or (constant
> * operator indexkey).  Operators of all the entries must match.  To be
> * effective, give up on the first non-matching entry.  Exit is
> * implemented as a break from the loop, which is catched afterwards.
> */
>
> "catched" should be "caught".

Thanks. I'll handle this.

David



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Having postgresql.org link to cgit instead of gitweb
Next
From: Aleksander Alekseev
Date:
Subject: [PATCH] Free memory allocated by waitonlock_error_callback()