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

Commit26e89e7

Browse files
committed
Fix typos
1 parenta9f2e31 commit26e89e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plpython/plpy_cursorobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PLy_cursor_query(const char *query)
134134
SPI_freeplan(plan);
135135

136136
if (portal==NULL)
137-
elog(ERROR,"SPI_cursor_open() failed:%s",
137+
elog(ERROR,"SPI_cursor_open() failed:%s",
138138
SPI_result_code_string(SPI_result));
139139

140140
cursor->portalname=PLy_strdup(portal->name);
@@ -255,7 +255,7 @@ PLy_cursor_plan(PyObject *ob, PyObject *args)
255255
portal=SPI_cursor_open(NULL,plan->plan,plan->values,nulls,
256256
PLy_curr_procedure->fn_readonly);
257257
if (portal==NULL)
258-
elog(ERROR,"SPI_cursor_open() failed:%s",
258+
elog(ERROR,"SPI_cursor_open() failed:%s",
259259
SPI_result_code_string(SPI_result));
260260

261261
cursor->portalname=PLy_strdup(portal->name);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp