pgsql: Add a couple of missing JsonbValue type initialisers.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a couple of missing JsonbValue type initialisers.
Date: 2015-06-01 02:52:53
Message-ID: E1YzFqP-0001V3-9W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a couple of missing JsonbValue type initialisers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/28b29f7e44534339f88ea914794f8b64e13bc528

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-06-01 02:53:51 Re: pgsql: Rename jsonb_replace to jsonb_set and allow it to add new values
Previous Message Andrew Dunstan 2015-06-01 02:31:26 Re: pgsql: Rename jsonb_replace to jsonb_set and allow it to add new values