json_extract_path() crashes the server

Issue #6 resolved
David Wheeler created an issue

These two queries cause the server to crash (tested on Mac OS X and CentOS 6.2):

select '{"members": { "add": [3, 4]}}'::json #> '{members,add}';

select json_extract_path('{"members": { "add": [3, 4]}}'::json, 'members', 'add');

Comments (1)

  1. Log in to comment