diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-07 13:49:36 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-07 13:50:08 -0500 |
commit | 806fc522688c45ea40c57fb843775fcea40e0bd4 (patch) | |
tree | 3b4ea2c27a99095ed0cbf678e78b1d747557f8f1 /src/backend/executor/nodeBitmapIndexscan.c | |
parent | f3eff7b5c053735868c3967b7426d9f28d86873f (diff) |
Fix unportable usage of <ctype.h> functions.
isdigit(), isspace(), etc are likely to give surprising results if passed a
signed char. We should always cast the argument to unsigned char to avoid
that. Error in commit 63d6b97fd, found by buildfarm member gaur.
Back-patch to 9.3, like that commit.
Diffstat (limited to 'src/backend/executor/nodeBitmapIndexscan.c')
0 files changed, 0 insertions, 0 deletions