More regression test cases for json/jsonb extraction operators.

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

Commit: 9243417801be3f1cfaa3a3c33d5a003f382bd7a4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-08-20T23:05:09Z
Releases: 9.4.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