From 36850cffce9f029d8304a9606ca856ac4015ca37 Mon Sep 17 00:00:00 2001 From: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:10:10 +0800 Subject: [PATCH] Fix a typo in matview.c --- src/backend/commands/matview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index 357ea30a346..75ecfe50395 100644 --- a/src/backend/commands/matview.c +++ b/src/backend/commands/matview.c @@ -3458,7 +3458,7 @@ clean_up_ivm_dsm_entry(MV_TriggerHashEntry *entry) /* * 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)