Re: Fixes a typo in tablecmd

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fixes a typo in tablecmd
Date: 2025-12-15 04:18:23
Message-ID: CAApHDvpRMcN9GtOV7KzgLEeBeinyNy69GuzSwxQW3NAfYSWiAQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 15 Dec 2025 at 12:26, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> ```
> /*
> * If the table at either end of the constraint is partitioned, we need to
> * recurse and handle every unvalidate constraint that is a child of this
> * constraint.
> */
> ```

> So, I believe “unvalidate” is a typo, a “d” should be appended.

Agreed. Pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2025-12-15 04:20:56 Re: Newly created replication slot may be invalidated by checkpoint
Previous Message Noah Misch 2025-12-15 04:14:05 Re: Add WALRCV_CONNECTING state to walreceiver