Re: Fix typo in comment of match_orclause_to_indexcol()

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tender Wang <tndrwang(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:14:37
Message-ID: CAApHDvpEZF7qRJ0MSF1BMWHaDJXHX+A_WQr2=8TZ54ThGOOF9Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 19 Sept 2025 at 22:48, Tender Wang <tndrwang(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-09-19 11:16:46 [PATCH] Free memory allocated by waitonlock_error_callback()
Previous Message Daniel Gustafsson 2025-09-19 11:08:53 Re: Having postgresql.org link to cgit instead of gitweb