pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-11-07
2016-11-07 12:55:13 by Stephen R. van den Berg <srb@cuci.nl>
f19c205c1a41dc01569eea97f0132d4b1dd55937 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
pgsql: Fix typo.
1966:
} } if (!unnamedstatement)
-
portal._unnamedstatementkey = 0
// Cover for a destruct race
+
portal._unnamedstatementkey = 0
;
// Cover for a destruct race
} throwdelayederror(portal); return portal;