Re: Fixes a typo in tablecmd

2025-12-14 Thread David Rowley
On Mon, 15 Dec 2025 at 12:26, Chao Li 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 appende

Re: Fixes a typo in tablecmd

2025-12-14 Thread Xuneng Zhou
Hi Chao, On Mon, Dec 15, 2025 at 7:26 AM Chao Li wrote: > > Hi Hackers, > > I noticed this while working on a patch with tablecmd: > > ``` > /* > * 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 >

Fixes a typo in tablecmd

2025-12-14 Thread Chao Li
Hi Hackers, I noticed this while working on a patch with tablecmd: ``` /* * 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. */ ``` Here “unvalidate” looks abnormal to me but not an obvi