More regression test cases for json/jsonb extraction operators.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fa069822f5a02bbbe46bada0b6e420a89c5f7484
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-20T23:05:05Z
Releases: 9.5.0
More regression test cases for json/jsonb extraction operators.

Cover some cases I omitted before, such as null and empty-string
elements in the path array.  This exposes another inconsistency:
json_extract_path complains about empty path elements but
jsonb_extract_path does not.

Files