]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - sql/jsonb_opx.h
Fix some logic when modifying scalars and simplify simple text deletion.
[postgresql/pg_jsonb_opx] / sql / jsonb_opx.h
diff --git a/sql/jsonb_opx.h b/sql/jsonb_opx.h
deleted file mode 100755 (executable)
index 730eec1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __JSONB_OPX_H__
-#define __JSONB_OPX_H__
-
-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