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

pgsql: resync() in a destructed connection must end gracefully.

parent 7ee3dcb7
No related branches found
No related tags found
No related merge requests found
......@@ -577,7 +577,7 @@ private void resync_cb() {
};
PD("%O\n", err);
}
if (sizeof(proxy.lastmessage))
if (proxy && proxy.lastmessage && sizeof(proxy.lastmessage))
ERROR(proxy.a2nls(proxy.lastmessage));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment