diff options
author | Tom Lane | 2021-03-31 21:14:16 +0000 |
---|---|---|
committer | Tom Lane | 2021-03-31 21:14:16 +0000 |
commit | 9e20406dd847d0f8c1cbd803786c6d0ad33bcbdd (patch) | |
tree | 4334584605784f30ca096c1ef05a72d7409a5b40 /src/test/perl/PostgresNode.pm | |
parent | f1be740a991406d7885047beb971e1ff5dbe8b71 (diff) |
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/test/perl/PostgresNode.pm')
0 files changed, 0 insertions, 0 deletions