pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-06-27
2017-06-27 10:31:30 by Stephen R. van den Berg <srb@cuci.nl>
6172104572a393e5a90b605de7043fb387d58f8b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Cater for an unopened portal in case of a parsing error.
1060:
_state=CLOSING; lock=0; PD("Close portal %O\n",_portalname);
-
if(sizeof(_portalname)) {
+
if
(
_portalname &&
sizeof(_portalname)) {
plugbuffer->add_int8('C')->add_hstring(({'P',_portalname,0}),4,4); retval=FLUSHSEND; } else