]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitcd632c983e588ca77eafc6e932670c075cbc892c
tree60ca3a5d619ed16ad27b5295e3bf213df49e2ea0
parent71caa5367414032704caacbdcf4126c3dffa3b0a
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