When converting the value zero, the result is wrong: it is converted to
authorDave Page <dpage@pgadmin.org>
Wed, 18 Jun 2003 12:48:18 +0000 (12:48 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 18 Jun 2003 12:48:18 +0000 (12:48 +0000)
commit7248903cdb7e2c322aa863900f1e59b0fd1140f3
treedb76c46a533b981eec4ce79d949547ef5bb659df
parent78e1f8a7facc6d5802f4e0f86400a537db52dd69
When converting the value zero, the result is wrong: it is converted to
"" or ".", depending on the precision.
The attached patch insures a zero to be added, so this converts to "0"
or "0."
[Andreas Pflug]
convert.c