]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - jsonb_opx.h
Amend operations on scalar arrays
[postgresql/pg_jsonb_opx] / jsonb_opx.h
index 9696b87834bcbb193823866fa97ec481b475c717..730eec13de057f4f21e065bfd163d49cc2d4b9cc 100755 (executable)
@@ -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