From d732d61377a51c9fc1c87707fa97aaaec1f5996a Mon Sep 17 00:00:00 2001 From: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:25:33 +0800 Subject: [PATCH] Fix typo Fix typo, `a IVM` -> `an IVM` --- matview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matview.c b/matview.c index 6b87c8f..02fe10b 100644 --- a/matview.c +++ b/matview.c @@ -3272,7 +3272,7 @@ getColumnNameStartWith(RangeTblEntry *rte, char *str, int *attnum) /* * isIvmName * - * Check if this is a IVM hidden column from the name. + * Check if this is an IVM hidden column from the name. */ bool isIvmName(const char *s)