projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a2842
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 7 Mar 2018 14:02:57 +0000
(09:02 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 7 Mar 2018 14:02:57 +0000
(09:02 -0500)
Author: Daniel Gustafsson <daniel@yesql.se>
src/include/catalog/objectaccess.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/objectaccess.h
b/src/include/catalog/objectaccess.h
index 2ce2217b1e721f463085a992002294c8a999d3ae..e46f5605fca54813a661d4c3214b9e24dc1d0d9a 100644
(file)
--- 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_v
i
olation);
extern void RunFunctionExecuteHook(Oid objectId);
/*