Skip to content

Commit

Permalink
Fix typo in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yugo-n committed Mar 1, 2024
1 parent d67995c commit 980c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_ivm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 980c4be

Please sign in to comment.