pgsql-server/src/interfaces/ecpg compatlib/Tag ...

Started by Tom Laneover 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 04/01/04 00:17:14

Modified files:
src/interfaces/ecpg/compatlib: Tag: REL7_4_STABLE informix.c
src/interfaces/ecpg/pgtypeslib: Tag: REL7_4_STABLE datetime.c

Log message:
Fix portability bugs: char values passed to <ctype.h> functions must
be cast to unsigned char. We have learned this the hard way before.