]> granicus.if.org Git - postgresql/commit
Fix jsonb replace and delete on scalars and empty structures
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 13 May 2015 17:52:08 +0000 (13:52 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 13 May 2015 17:52:08 +0000 (13:52 -0400)
commit3f2cec797ecceb7467e365410506c0817f9d0163
tree0f481167173f87595bb33791d8ee8dbb62228c65
parentae6157164faf5ec1636a9acfe18bfd28a31db098
Fix jsonb replace and delete on scalars and empty structures

These operations now error out if attempted on scalars, and simply
return the input if attempted on empty arrays or objects. Along the way
we remove the unnecessary cloning of the input when it's known to be
unchanged. Regression tests covering these cases are added.
src/backend/utils/adt/jsonfuncs.c
src/test/regress/expected/jsonb.out
src/test/regress/expected/jsonb_1.out
src/test/regress/sql/jsonb.sql