From bf63bf070e8b41b669a1f860d104c71d2da830c6 Mon Sep 17 00:00:00 2001 From: yangyuanzhuo <1197620467@qq.com> Date: Thu, 15 Jan 2026 17:38:32 +0800 Subject: [PATCH v1] Correct the spelling error of constraint Author: Yang Yuanzhuo <1197620467@qq.com> --- contrib/amcheck/verify_nbtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/amcheck/verify_nbtree.c b/contrib/amcheck/verify_nbtree.c index 7733ab2..2089177 100644 --- a/contrib/amcheck/verify_nbtree.c +++ b/contrib/amcheck/verify_nbtree.c @@ -862,7 +862,7 @@ heap_entry_is_visible(BtreeCheckState *state, ItemPointer tid) } /* - * Prepare an error message for unique constrain violation in + * Prepare an error message for unique constraint violation in * a btree index and report ERROR. */ static void -- 1.8.3.1