pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-09
2014-11-09 22:10:00 by Stephen R. van den Berg <srb@cuci.nl>
4a619c22f62bcb122f7f2d74a1c99fdd8fed3618 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
pgsql: Missed a spot where a portal could be undefined.
1109:
pinpointerror(msgresponse.q,msgresponse.p)}); if(msgresponse.W) lastmessage+=({msgresponse.W});
+
if(objectp(portal))
lastmessage+=showbindings(portal); switch(msgresponse.S) { case "PANIC":werror(a2nls(lastmessage));