aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-03-07 09:02:57 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-03-07 09:02:57 -0500
commitbcdd40538a11a39fee55ef1c4b79085717a5fb76 (patch)
tree3e425e31b86ecc4137d95201853c25743362e311
parentf4a2842ac37f6fffe793ac7a30f8141bf42faae8 (diff)
downloadpostgresql-bcdd40538a11a39fee55ef1c4b79085717a5fb76.tar.gz
postgresql-bcdd40538a11a39fee55ef1c4b79085717a5fb76.zip
Fix typo
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r--src/include/catalog/objectaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/objectaccess.h b/src/include/catalog/objectaccess.h
index 2ce2217b1e7..e46f5605fca 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);
/*