Fix typo in the previous commit
This commit is contained in:
parent
d67995c0ab
commit
980c4be338
1 changed files with 1 additions and 1 deletions
2
pg_ivm.c
2
pg_ivm.c
|
|
@ -400,7 +400,7 @@ PgIvmObjectAccessHook(ObjectAccessType access, Oid classId,
|
|||
* any more. Also, in this case, the index on it is already dropped,
|
||||
* so the index scan below will fail and raise an error.
|
||||
*/
|
||||
if (objectId == pgIvmImmOid)
|
||||
if (objectId == pgIvmImmvOid)
|
||||
return;
|
||||
|
||||
pgIvmImmv = table_open(pgIvmImmvOid, AccessShareLock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue