8000 typo fix by strk · Pull Request #1 · postgres/postgres · GitHub
[go: up one dir, main page]

Skip to content

typo fix #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typo fix
  • Loading branch information
Sandro Santilli committed Feb 22, 2012
commit cfca9507df8612a48cad341653f8e9193c6b7e08
2 changes: 1 addition & 1 deletion src/backend/commands/extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ execute_extension_script(Oid extensionOid, ExtensionControlFile *control,

/*
* If it's not relocatable, substitute the target schema name for
* occcurrences of @extschema@.
* occurrences of @extschema@.
*
* For a relocatable extension, we needn't do this. There cannot be
* any need for @extschema@, else it wouldn't be relocatable.
Expand Down
0