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

pgsql: 08P01 is a protocol error that is fatal.

parent fd0ba348
No related branches found
No related tags found
No related merge requests found
...@@ -2455,10 +2455,10 @@ class proxy { ...@@ -2455,10 +2455,10 @@ class proxy {
+showbindings(portal))); +showbindings(portal)));
case "53000":case "53100":case "53200":case "53300":case "53400": case "53000":case "53100":case "53200":case "53300":case "53400":
case "57P01":case "57P02":case "57P03":case "57P04":case "3D000": case "57P01":case "57P02":case "57P03":case "57P04":case "3D000":
case "34000": case "34000":case "08P01":
preplastmessage(msgresponse); preplastmessage(msgresponse);
PD(a2nls(lastmessage)); throw(msgisfatal(msgresponse)); PD(a2nls(lastmessage)); throw(msgisfatal(msgresponse));
case "08P01":case "42P05": case "42P05":
errtype = PROTOCOLERROR; errtype = PROTOCOLERROR;
case "XX000":case "42883":case "42P01": case "XX000":case "42883":case "42P01":
invalidatecache = 1; invalidatecache = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment