Обсуждение: pgsql: Add all structured objects passed to pushJsonbValue piecewise.

Поиск
Список
Период
Сортировка

pgsql: Add all structured objects passed to pushJsonbValue piecewise.

От
Andrew Dunstan
Дата:
Add all structured objects passed to pushJsonbValue piecewise.

Commit 9b74f32cdbff8b9be47fc69164eae552050509ff did this for objects of
type jbvBinary, but in trying further to simplify some of the new jsonb
code I discovered that objects of type jbvObject or jbvArray passed as
WJB_ELEM or WJB_VALUE also caused problems. These too are now added
component by component.

Backpatch to 9.4.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/10eb60c2dc9461b56cf90cf05032a078eef7243d

Modified Files
--------------
src/backend/utils/adt/jsonb_util.c |   14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)