|
35 | 35 | #define jsonb_object_two_arg json_object_two_arg
|
36 | 36 | #define jsonb_typeof json_typeof
|
37 | 37 |
|
38 |
| -#define jsonb_array_element json_array_element |
39 |
| -#define jsonb_array_element_text json_array_element_text |
40 |
| -#define jsonb_array_elements json_array_elements |
41 |
| -#define jsonb_array_elements_text json_array_elements_text |
42 |
| -#define jsonb_array_length json_array_length |
43 |
| -#define jsonb_canonical json_canonical |
44 |
| -#define jsonb_concat json_concat |
45 |
| -#define jsonb_delete json_delete |
46 |
| -#define jsonb_delete_idx json_delete_idx |
47 |
| -#define jsonb_delete_path json_delete_path |
48 |
| -#define jsonb_delete_array json_delete_array |
49 |
| -#define jsonb_each json_each |
50 |
| -#define jsonb_each_text json_each_text |
51 |
| -#define jsonb_insert json_insert |
52 |
| -#define jsonb_extract_path json_extract_path |
53 |
| -#define jsonb_extract_path_text json_extract_path_text |
54 |
| -#define jsonb_object_field json_object_field |
55 |
| -#define jsonb_object_field_text json_object_field_text |
56 |
| -#define jsonb_object_keys json_object_keys |
57 |
| -#define jsonb_extract_keys json_extract_keys |
58 |
| -#define jsonb_populate_record json_populate_record |
59 |
| -#define jsonb_populate_recordset json_populate_recordset |
60 |
| -#define jsonb_pretty json_pretty |
61 |
| -#define jsonb_set json_set |
62 |
| -#define jsonb_set_lax json_set_lax |
63 |
| -#define jsonb_to_record json_to_record |
64 |
| -#define jsonb_to_recordset json_to_recordset |
65 |
| - |
66 | 38 | #define JsonxContainerOps (&jsontContainerOps)
|
67 | 39 | #define JsonxGetUniquified(json) (json)
|
68 | 40 | #define JsonxPGetDatum(json) JsontPGetDatum(json)
|
@@ -289,7 +261,6 @@ escape_json(StringInfo buf, const char *str)
|
289 | 261 | }
|
290 | 262 |
|
291 | 263 | #include "jsonb.c"
|
292 |
| -#include "jsonfuncs.c" |
293 | 264 |
|
294 | 265 | /*
|
295 | 266 | * SQL function array_to_json(row)
|
|
0 commit comments