X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=sql%2Fjsonb_opx.h;fp=sql%2Fjsonb_opx.h;h=0000000000000000000000000000000000000000;hp=730eec13de057f4f21e065bfd163d49cc2d4b9cc;hb=b2272ef16fe0e6aa9b769f4517e9fe7177e3f444;hpb=bf6318c60bd05043800c698a6b14f6aaa17a4824 diff --git a/sql/jsonb_opx.h b/sql/jsonb_opx.h deleted file mode 100755 index 730eec1..0000000 --- a/sql/jsonb_opx.h +++ /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