X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=jsonb_opx.c;h=5ad8215aeefe20bdaaa304cd24919df0549fda6d;hp=5627d95d8271392e1a4bb22b2da3a2e3f9750edd;hb=HEAD;hpb=e22272adc71704855818856546b134733d6334a1 diff --git a/jsonb_opx.c b/jsonb_opx.c index 5627d95..5ad8215 100755 --- a/jsonb_opx.c +++ b/jsonb_opx.c @@ -839,7 +839,8 @@ jsonb_append_path(PG_FUNCTION_ARGS) /* pointer to return jsonb data */ Jsonb *return_jsonb = NULL; - return_jsonb = jsonbModifyPath(input_jsonb_a, input_array, input_jsonb_b); + elog(ERROR, "not implemented"); + //return_jsonb = jsonbModifyPath(input_jsonb_a, input_array, input_jsonb_b, true); PG_FREE_IF_COPY(input_jsonb_a, 0); PG_FREE_IF_COPY(input_array, 1);