]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blob - jsonb_opx.h
Add missing files
[postgresql/pg_jsonb_opx] / jsonb_opx.h
1 #ifndef __JSONB_OPX_H__
2 #define __JSONB_OPX_H__
3
4 extern JsonbValue * pushJsonbBinary(JsonbParseState *pstate, JsonbContainer *jsonb_container);
5 extern Jsonb * jsonbModifyPath(Jsonb *jsonb_a, ArrayType *array_path, Jsonb *jsonb_b);
6
7 #endif