Re: Fixes a typo in tablecmd - Mailing list pgsql-hackers

From David Rowley
Subject Re: Fixes a typo in tablecmd
Date
Msg-id CAApHDvpRMcN9GtOV7KzgLEeBeinyNy69GuzSwxQW3NAfYSWiAQ@mail.gmail.com
Whole thread Raw
In response to Fixes a typo in tablecmd  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On Mon, 15 Dec 2025 at 12:26, Chao Li <li.evan.chao@gmail.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



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Add WALRCV_CONNECTING state to walreceiver
Next
From: Amit Kapila
Date:
Subject: Re: Newly created replication slot may be invalidated by checkpoint