Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4498a34

Browse files
committed
Improve pg_upgrade C comment.
1 parent 20a3830 commit 4498a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/function.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ get_loadable_libraries(void)
146146
* Fetch all libraries referenced in this DB. We can't exclude
147147
* the "pg_catalog" schema because, while such functions are not
148148
* explicitly dumped by pg_dump, they do reference implicit objects
149-
* that pg_dump does dump, e.g. creation of the plperl language.
149+
* that pg_dump does dump, e.g. CREATE LANGUAGE plperl.
150150
*/
151151
ress[dbnum] = executeQueryOrDie(conn,
152152
"SELECT DISTINCT probin "

0 commit comments

Comments
 (0)