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=4442cb42df6895fcfc22ff3d81345eb21f9ce8c0;hp=43f3cbf30c36a402d17aadeb4a947cd83d7fe21c;hb=549cfa88e742fc495596c6ef165e270c677578f4;hpb=8c1743c63b561e0c49fb41be3f837eac46d54aad diff --git a/jsonb_opx.c b/jsonb_opx.c index 43f3cbf..4442cb4 100755 --- a/jsonb_opx.c +++ b/jsonb_opx.c @@ -59,10 +59,10 @@ jsonb_delete_text(PG_FUNCTION_ARGS) int32 nest_level = 0; int32 array_level = 0; - /* array element variables for use during deconstruction */ - Datum *datums; - bool *nulls; - int32 count; + /* array element variables for use during deconstruction */ + Datum *datums; + bool *nulls; + int32 count; /* individual array values values from incoming text[] */ text *array_element_text;