Fix typo in the previous commit

This commit is contained in:
Yugo Nagata 2024-03-01 19:56:05 +09:00
parent d67995c0ab
commit 980c4be338

View file

@ -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);