X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=jsonb_opx.c;fp=jsonb_opx.c;h=d2c498c49f77b1c3e3a8632ee06d3cec49a914d8;hp=4442cb42df6895fcfc22ff3d81345eb21f9ce8c0;hb=2d389c1c39e2f652522f333cc7ecc31dd23a9ae0;hpb=549cfa88e742fc495596c6ef165e270c677578f4 diff --git a/jsonb_opx.c b/jsonb_opx.c index 4442cb4..d2c498c 100755 --- a/jsonb_opx.c +++ b/jsonb_opx.c @@ -37,11 +37,11 @@ Datum jsonb_delete_text(PG_FUNCTION_ARGS) { /* general loops */ - int i; + int i; /* pointers to incoming jsonb and text[] data */ Jsonb *input_jsonb = PG_GETARG_JSONB(0); - ArrayType *input_array = PG_GETARG_ARRAYTYPE_P(1); + ArrayType *input_array = PG_GETARG_ARRAYTYPE_P(1); /* pointers to return jsonb_value data and state to be converted to jsonb on return */ JsonbParseState *state = NULL;