Thread

  1. Re: Fixes a typo in tablecmd

    David Rowley <dgrowleyml@gmail.com> — 2025-12-15T04:18:23Z

    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