Fix typo
Fix typo, `a IVM` -> `an IVM`
This commit is contained in:
parent
8d4ff66b2d
commit
d732d61377
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue