Fix compiler-detected problem for Alphas: it seems strlen returns
Tom Lane <tgl@sss.pgh.pa.us>
Fix compiler-detected problem for Alphas: it seems strlen returns
something wider than int on that platform. Also, remove bogus
assumption that sizeof("INT_MAX") has something to do with the maximum
number of digits in an int.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/preproc.y | modified | +3 −3 |