We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c18d9 commit 91539c5Copy full SHA for 91539c5
src/pl/plpython/plpy_exec.c
@@ -89,7 +89,7 @@ PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc)
89
ereport(ERROR,
90
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
91
errmsg("unsupported set function return mode"),
92
- 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.")));
93
}
94
rsi->returnMode = SFRM_ValuePerCall;
95
0 commit comments