OSDN Git Service

Fix unportable isdigit() call --- must cast arg to unsigned char.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 02:09:47 +0000 (02:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 02:09:47 +0000 (02:09 +0000)
commit83fea34b5b1f544751a6d923736ef5d0087b1c81
tree18243b5e42afed79b85eeada7e26a01e4e10fcd0
parent8a7025f0bb9a9ad15c6dc27979a3c9f4116bca2a
Fix unportable isdigit() call --- must cast arg to unsigned char.
src/backend/utils/adt/formatting.c