From bcdd40538a11a39fee55ef1c4b79085717a5fb76 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 7 Mar 2018 09:02:57 -0500 Subject: [PATCH] Fix typo Author: Daniel Gustafsson --- src/include/catalog/objectaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/objectaccess.h b/src/include/catalog/objectaccess.h index 2ce2217b1e..e46f5605fc 100644 --- a/src/include/catalog/objectaccess.h +++ b/src/include/catalog/objectaccess.h @@ -133,7 +133,7 @@ extern void RunObjectDropHook(Oid classId, Oid objectId, int subId, int dropflags); extern void RunObjectPostAlterHook(Oid classId, Oid objectId, int subId, Oid auxiliaryId, bool is_internal); -extern bool RunNamespaceSearchHook(Oid objectId, bool ereport_on_volation); +extern bool RunNamespaceSearchHook(Oid objectId, bool ereport_on_violation); extern void RunFunctionExecuteHook(Oid objectId); /* -- 2.40.0