Fix typo, `a IMMV` -> 'an IMMV'
This commit is contained in:
Yongtao Huang 2024-12-24 10:24:25 +08:00 committed by GitHub
parent 393f6bd4d7
commit 8d4ff66b2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,7 +343,7 @@ PgIvmImmvPrimaryKeyIndexId(void)
} }
/* /*
* Return the SELECT part of a IMMV * Return the SELECT part of an IMMV
*/ */
Datum Datum
get_immv_def(PG_FUNCTION_ARGS) get_immv_def(PG_FUNCTION_ARGS)
@ -421,7 +421,7 @@ PgIvmObjectAccessHook(ObjectAccessType access, Oid classId,
/* /*
* isImmv * isImmv
* *
* Check if this is a IMMV from oid. * Check if this is an IMMV from oid.
*/ */
bool bool
isImmv(Oid immv_oid) isImmv(Oid immv_oid)