pgsql: Tidy up the populate/to_record{set} code for json a bit.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tidy up the populate/to_record{set} code for json a bit.
Date: 2014-03-26 01:22:20
Message-ID: E1WScXs-0008SR-MU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tidy up the populate/to_record{set} code for json a bit.

In the process fix a small bug.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-26 08:16:52 pgsql: Fix 'recheck' flag in tsquery's GIN tri-consistent function.
Previous Message Simon Riggs 2014-03-25 20:39:01 Re: pgsql: Don't forget to flush XLOG_PARAMETER_CHANGE record.