Fix portability bugs: char values passed to <ctype.h> functions must
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jan 2004 04:17:14 +0000 (04:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jan 2004 04:17:14 +0000 (04:17 +0000)
commitdbac976156d66c623d92f591d77b3f6cc20f4750
tree53e5e2a4a0f55568de7b4dc04f2d76caef3f373f
parent1153cfdfd4f5260aa000c2d4de0dc7d69a9d8d85
Fix portability bugs: char values passed to <ctype.h> functions must
be cast to unsigned char.  We have learned this the hard way before.
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/pgtypeslib/datetime.c