Fix portability bugs: char values passed to <ctype.h> functions must
Tom Lane <tgl@sss.pgh.pa.us>
Fix portability bugs: char values passed to <ctype.h> functions must be cast to unsigned char. We have learned this the hard way before.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/compatlib/informix.c | modified | +3 −3 |
| src/interfaces/ecpg/pgtypeslib/datetime.c | modified | +5 −5 |