projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a3830
)
Improve pg_upgrade C comment.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 27 May 2012 10:45:29 +0000
(06:45 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 27 May 2012 10:45:29 +0000
(06:45 -0400)
contrib/pg_upgrade/function.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/function.c
b/contrib/pg_upgrade/function.c
index afa754312536d44156615f5bb03c9942d3cd4eb0..90e8a9f58110c2df49a32c901ae39a2b8466bbcc 100644
(file)
--- a/
contrib/pg_upgrade/function.c
+++ b/
contrib/pg_upgrade/function.c
@@
-146,7
+146,7
@@
get_loadable_libraries(void)
* Fetch all libraries referenced in this DB. We can't exclude
* the "pg_catalog" schema because, while such functions are not
* explicitly dumped by pg_dump, they do reference implicit objects
- * that pg_dump does dump, e.g.
creation of the plperl language
.
+ * that pg_dump does dump, e.g.
CREATE LANGUAGE plperl
.
*/
ress[dbnum] = executeQueryOrDie(conn,
"SELECT DISTINCT probin "