Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bcdd405

Browse filesBrowse files
committed
Fix typo
Author: Daniel Gustafsson <daniel@yesql.se>
1 parent f4a2842 commit bcdd405
Copy full SHA for bcdd405

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/catalog/objectaccess.h

Copy file name to clipboardExpand all lines: src/include/catalog/objectaccess.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern void RunObjectDropHook(Oid classId, Oid objectId, int subId,
133133
int dropflags);
134134
extern void RunObjectPostAlterHook(Oid classId, Oid objectId, int subId,
135135
Oid auxiliaryId, bool is_internal);
136-
extern bool RunNamespaceSearchHook(Oid objectId, bool ereport_on_volation);
136+
extern bool RunNamespaceSearchHook(Oid objectId, bool ereport_on_violation);
137137
extern void RunFunctionExecuteHook(Oid objectId);
138138

139139
/*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.