pgsql: Minor fixes for hstore_to_json_loose().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor fixes for hstore_to_json_loose().
Date: 2013-03-14 17:51:55
Message-ID: E1UGCJn-0006Y3-Pa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor fixes for hstore_to_json_loose().

Fix unportable use of isdigit(), get rid of useless calculations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c2754991ba6e513a07c15b4058df13d58f8c55ba

Modified Files
--------------
contrib/hstore/hstore_io.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-03-14 18:31:36 pgsql: Also update psqlscan.l with the UESCAPE error rule changes.
Previous Message Tom Lane 2013-03-14 17:43:33 pgsql: Avoid inserting Result nodes that only compute identity projecti