Skip to content
Snippets Groups Projects
Commit 753e62e1 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix thinko in plpython error message

parent a5902566
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc)
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("unsupported set function return mode"),
errdetail("PL/Python set-returning functions only support returning only value per call.")));
errdetail("PL/Python set-returning functions only support returning one value per call.")));
}
rsi->returnMode = SFRM_ValuePerCall;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment