From 8d4ff66b2d7ac3ba2083bd6483362584b85e39cb Mon Sep 17 00:00:00 2001 From: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:24:25 +0800 Subject: [PATCH] Fix typo Fix typo, `a IMMV` -> 'an IMMV' --- pg_ivm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pg_ivm.c b/pg_ivm.c index c1b7ac8..641ba52 100644 --- a/pg_ivm.c +++ b/pg_ivm.c @@ -343,7 +343,7 @@ PgIvmImmvPrimaryKeyIndexId(void) } /* - * Return the SELECT part of a IMMV + * Return the SELECT part of an IMMV */ Datum get_immv_def(PG_FUNCTION_ARGS) @@ -421,7 +421,7 @@ PgIvmObjectAccessHook(ObjectAccessType access, Oid classId, /* * isImmv * - * Check if this is a IMMV from oid. + * Check if this is an IMMV from oid. */ bool isImmv(Oid immv_oid)