pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-04-14
2021-04-14 10:12:50 by Stephen R. van den Berg <srb@cuci.nl>
635fde2d16d30f8f22c551b8c550fdb78b7fd8b4 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Clip _sprintf() in destructed objects.
717:
private string _sprintf(int type) { string res;
+
if (!this) // Not in destructed objects
+
return "";
switch (type) { case 'O': int fd = -1;
822:
protected string _sprintf(int type) { string res;
+
if (!this) // Not in destructed objects
+
return "";
switch (type) { case 'O': int fd = -1;
1822:
private string _sprintf(int type) { string res;
+
if (!this) // Not in destructed objects
+
return "";
switch (type) { case 'O': res = sprintf(DRIVERNAME".proxy(%s@%s:%d/%s,%d,%d)",