Fix a portability bug (ye olde not casting a <ctype.h> argument to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 04b54876b65fe9c138c2fcc67fa2d028b0afae94
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-12T23:51:10Z
Releases: 8.3.0
Fix a portability bug (ye olde not casting a <ctype.h> argument to
unsigned char).  Fortunately we still have buildfarm machines that
will flag this.  Seems to be new in CVS HEAD, so no backpatch.

Files

PathChange+/−
src/backend/utils/adt/cash.c modified +4 −3