Disallow invalid path elements in jsonb_set

Andrew Dunstan <andrew@dunslane.net>

Commit: 1edd4ec831458e10b524d1473a7de5791aa8753e
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2015-10-04T17:28:16Z
Releases: 9.6.0
Disallow invalid path elements in jsonb_set

Null path elements and, where the object is an array, invalid integer
elements now cause an error.

Incorrect behaviour noted by Thom Brown, patch from Dmitry Dolgov.

Backpatch to 9.5 where jsonb_set was introduced

Files