aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execProcnode.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-03-31 17:14:16 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-03-31 17:14:16 -0400
commit9e20406dd847d0f8c1cbd803786c6d0ad33bcbdd (patch)
tree4334584605784f30ca096c1ef05a72d7409a5b40 /src/backend/executor/execProcnode.c
parentf1be740a991406d7885047beb971e1ff5dbe8b71 (diff)
downloadpostgresql-9e20406dd847d0f8c1cbd803786c6d0ad33bcbdd.tar.gz
postgresql-9e20406dd847d0f8c1cbd803786c6d0ad33bcbdd.zip
Fix unportable use of isprint().
We must cast the arguments of <ctype.h> functions to unsigned char to avoid problems where char is signed. Speaking of which, considering that this *is* a <ctype.h> function, it's rather remarkable that we aren't seeing more complaints about not having included that header. Per buildfarm.
Diffstat (limited to 'src/backend/executor/execProcnode.c')
0 files changed, 0 insertions, 0 deletions