]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blob - jsonb_opx.h
Raise an error if un implemented append function called.
[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 JsonbValue * pushJsonbValueBlind(JsonbParseState **pstate, JsonbIteratorToken jsonb_iterator_token, JsonbValue *jsonb_iterator_value);
6 extern Jsonb * jsonbModifyPath(Jsonb *jsonb_a, ArrayType *array_path, Jsonb *jsonb_b);
7
8 #endif