Skip to content
Snippets Groups Projects
Commit 4f8c0f31 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

pgsql: Make CALL return faster.

parent 43c925e2
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ final Regexp nodataresprefix
* tradeoff.
*/
private Regexp execfetchlimit
= iregexp("^\a*((UPDA|DELE)TE|INSERT|CREATE|DROP"
= iregexp("^\a*((UPDA|DELE)TE|INSERT|CREATE|DROP|CALL"
"|RESET|CLOSE|DISCARD)\a|\aLIMIT\a+[1-9][; \t\f\r\n]*$");
private void default_backend_runs() { // Runs as soon as the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment