File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,20 +193,20 @@ get_loadable_libraries(void)
193
193
"in the \"pg_catalog\" schema. You can confirm this by executing\n"
194
194
"in psql:\n"
195
195
"\n"
196
- " \\df *.plpython_call_handler\n"
196
+ " \\df *.plpython_call_handler\n"
197
197
"\n"
198
198
"The \"public\" schema version of this function was created by a\n"
199
199
"pre-8.1 install of plpython, and must be removed for pg_upgrade\n"
200
200
"to complete because it references a now-obsolete \"plpython\"\n"
201
201
"shared object file. You can remove the \"public\" schema version\n"
202
202
"of this function by running the following command:\n"
203
203
"\n"
204
- " DROP FUNCTION public.plpython_call_handler()\n"
204
+ " DROP FUNCTION public.plpython_call_handler()\n"
205
205
"\n"
206
206
"in each affected database:\n"
207
207
"\n" );
208
208
}
209
- pg_log (PG_WARNING , " %s\n" , active_db -> db_name );
209
+ pg_log (PG_WARNING , " %s\n" , active_db -> db_name );
210
210
found_public_plpython_handler = true;
211
211
}
212
212
PQclear (res );
You can’t perform that action at this time.
0 commit comments