pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-25
2014-11-25 12:08:57 by Stephen R. van den Berg <srb@cuci.nl>
f782e9378dae07dc852caa8c4b07a7a147604047 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Cannot use add_hint() here, the types have already been set in stone.
737:
plugbuffer->add_hstring(value,4); break; }
-
case BOOLOID:
plugbuffer->add_int32(1);
+
case BOOLOID:
do { int tval; if(stringp(value))
762:
break; } } while(0);
-
plugbuffer->add_int8(value);
+
plugbuffer->add_
int32(1)->add_
int8(value);
break; case CHAROID: if(intp(value))