pgsql: Simplify addJsonbToParseState()

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify addJsonbToParseState()
Date: 2015-05-26 15:48:24
Message-ID: E1YxH5c-0000lt-Ha@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify addJsonbToParseState()

This function no longer needs to walk non-scalar structures passed to
it, following commit 54547bd87f49326d67051254c363e6597d16ffda.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-26 18:11:27 pgsql: Suppress occasional failures in brin regression test.
Previous Message Andrew Dunstan 2015-05-26 15:24:00 pgsql: Add all structured objects passed to pushJsonbValue piecewise.