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

pgsql: Do not retry indefinitely.

parent a779dafc
No related branches found
No related tags found
No related merge requests found
......@@ -917,6 +917,7 @@ class sql_result {
lock = closemux->lock();
continue;
}
break;
}
}
lock = 0; // Force release before acquiring next
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment