Skip to content

Commit 26e89e7

Browse files
committed
Fix typos
1 parent a9f2e31 commit 26e89e7

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy