]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - jsonb_opx.h
Add missing files
[postgresql/pg_jsonb_opx] / jsonb_opx.h
diff --git a/jsonb_opx.h b/jsonb_opx.h
new file mode 100755 (executable)
index 0000000..9696b87
--- /dev/null
@@ -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