projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6092a
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 23 Feb 2012 00:44:52 +0000
(19:44 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 23 Feb 2012 00:46:12 +0000
(19:46 -0500)
Sandro Santilli
src/backend/commands/extension.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/extension.c
b/src/backend/commands/extension.c
index 6ecbbc7fe32e0aa85d8651a02cec39032ff7f200..a9963ac93b939479617581669377696e56fca1c2 100644
(file)
--- a/
src/backend/commands/extension.c
+++ b/
src/backend/commands/extension.c
@@
-876,7
+876,7
@@
execute_extension_script(Oid extensionOid, ExtensionControlFile *control,
/*
* If it's not relocatable, substitute the target schema name for
- * occ
c
urrences 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.