Minor fixes for hstore_to_json_loose().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Mar 2013 17:51:47 +0000 (13:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Mar 2013 17:51:47 +0000 (13:51 -0400)
commitc2754991ba6e513a07c15b4058df13d58f8c55ba
treeb29bf1abc39c7b242ff960ac2d05436cd1308f9c
parent4387cf956b9eb13aad569634e0c4df081d76e2e3
Minor fixes for hstore_to_json_loose().

Fix unportable use of isdigit(), get rid of useless calculations.
contrib/hstore/hstore_io.c