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

View file

@ -3272,7 +3272,7 @@ getColumnNameStartWith(RangeTblEntry *rte, char *str, int *attnum)
/* /*
* isIvmName * isIvmName
* *
* Check if this is a IVM hidden column from the name. * Check if this is an IVM hidden column from the name.
*/ */
bool bool
isIvmName(const char *s) isIvmName(const char *s)