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=9696b87834bcbb193823866fa97ec481b475c717;hp=0000000000000000000000000000000000000000;hb=4182f8ab210feedbd7d146aa2c6c6fa77ba4962f;hpb=4df8c5cd073dfd908019ebc307918b8e7102e0a6 diff --git a/jsonb_opx.h b/jsonb_opx.h new file mode 100755 index 0000000..9696b87 --- /dev/null +++ b/jsonb_opx.h @@ -0,0 +1,7 @@ +#ifndef __JSONB_OPX_H__ +#define __JSONB_OPX_H__ + +extern JsonbValue * pushJsonbBinary(JsonbParseState *pstate, JsonbContainer *jsonb_container); +extern Jsonb * jsonbModifyPath(Jsonb *jsonb_a, ArrayType *array_path, Jsonb *jsonb_b); + +#endif