pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-13
2014-11-13 09:30:51 by Stephen R. van den Berg <srb@cuci.nl>
36b57377f0553a5a36be5ad1c329a1c7823f3980 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Reset prepared statement numbering upon cache invalidation.
1908:
} if(forcecache!=1 && .pgsql_util.createprefix->match(q)) { invalidatecache=1; // Flush cache on CREATE
+
pstmtcount=0; // Reset prepared statementnos
tp=UNDEFINED; } else _prepareds[q]=tp=([]);