Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf33f1a8

Browse files
committed
PL/Python: Improve error messages
1 parent3429019 commitf33f1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plpython/plpython.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4181,10 +4181,10 @@ PLy_init_plpy(void)
41814181
main_dict=PyModule_GetDict(main_mod);
41824182
plpy_mod=PyImport_AddModule("plpy");
41834183
if (plpy_mod==NULL)
4184-
PLy_elog(ERROR,"could notinitializeplpy");
4184+
PLy_elog(ERROR,"could notimport \"plpy\" module");
41854185
PyDict_SetItemString(main_dict,"plpy",plpy_mod);
41864186
if (PyErr_Occurred())
4187-
PLy_elog(ERROR,"could notinitializeplpy");
4187+
PLy_elog(ERROR,"could notimport \"plpy\" module");
41884188
}
41894189

41904190
/* the python interface to the elog function

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp