X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=jsonb_opx.h;fp=jsonb_opx.h;h=730eec13de057f4f21e065bfd163d49cc2d4b9cc;hp=9696b87834bcbb193823866fa97ec481b475c717;hb=bf6318c60bd05043800c698a6b14f6aaa17a4824;hpb=4182f8ab210feedbd7d146aa2c6c6fa77ba4962f diff --git a/jsonb_opx.h b/jsonb_opx.h index 9696b87..730eec1 100755 --- a/jsonb_opx.h +++ b/jsonb_opx.h @@ -1,7 +1,8 @@ #ifndef __JSONB_OPX_H__ #define __JSONB_OPX_H__ -extern JsonbValue * pushJsonbBinary(JsonbParseState *pstate, JsonbContainer *jsonb_container); +extern JsonbValue * pushJsonbBinary(JsonbParseState **pstate, JsonbContainer *jsonb_container); +extern JsonbValue * pushJsonbValueBlind(JsonbParseState **pstate, JsonbIteratorToken jsonb_iterator_token, JsonbValue *jsonb_iterator_value); extern Jsonb * jsonbModifyPath(Jsonb *jsonb_a, ArrayType *array_path, Jsonb *jsonb_b); #endif