pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-05
2015-12-05 21:46:30 by Stephen R. van den Berg <srb@cuci.nl>
01f5071835c612a1ea9106dfd0cbe92f5a1c3155 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Some warnings are fatal and require a reconnect.
1081:
warningscollected++; lastmessage=({sprintf("%s %s: %s", msgresponse.S,msgresponse.C,msgresponse.M)});
+
if(has_prefix(msgresponse.C,"53")||has_prefix(msgresponse.C,"57P")) {
+
preplastmessage(msgresponse);
+
PD(a2nls(lastmessage));throw(0); // Some warnings are fatal
+
}
break; } case 'A': {