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

pgsql: Do not rethrow MAGICTERMINATE.

parent 4887dfbd
No related branches found
No related tags found
No related merge requests found
......@@ -1162,10 +1162,8 @@ private void procmessage() {
if(err==MAGICTERMINATE) { // Announce connection termination to server
ci->start()->add("X\0\0\0\4")->sendcmd(SENDOUT);
terminating=1;
if(!sizeof(ci))
break;
}
if(stringp(err)) {
err=0;
} else if(stringp(err)) {
.pgsql_util.sql_result or;
if(!objectp(or=portal))
or=this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment