pgsql: Return valid json when converting an empty hstore.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Return valid json when converting an empty hstore.
Date: 2013-10-17 15:11:24
Message-ID: E1VWpES-000171-NA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Return valid json when converting an empty hstore.

Oskari Saarenmaa.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
contrib/hstore/hstore_io.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-10-17 15:13:20 pgsql: Return valid json when converting an empty hstore.
Previous Message Alvaro Herrera 2013-10-17 15:04:16 pgsql: Silence compiler warning when SSL not in use