|
1 | 1 | LLVM_BC( |
| 2 | + postgresql/src/backend/catalog/pg_publication.c |
2 | 3 | postgresql/src/backend/replication/logical/logicalfuncs.c |
3 | 4 | postgresql/src/backend/utils/adt/date.c |
4 | | - postgresql/src/backend/utils/adt/jsonb_gin.c |
5 | | - postgresql/src/backend/utils/adt/lockfuncs.c |
6 | | - postgresql/src/backend/utils/adt/network_spgist.c |
7 | | - postgresql/src/backend/utils/adt/pg_upgrade_support.c |
| 5 | + postgresql/src/backend/utils/adt/rangetypes_gist.c |
| 6 | + postgresql/src/backend/utils/adt/rangetypes_typanalyze.c |
8 | 7 | postgresql/src/backend/utils/adt/tsginidx.c |
9 | 8 | pg_kernels.1.cpp |
10 | 9 |
|
11 | 10 | NAME PgFuncs1 |
12 | 11 |
|
13 | 12 | SYMBOLS |
14 | | - arrow_binary_upgrade_create_empty_extension |
15 | | - arrow_binary_upgrade_set_missing_value |
16 | | - arrow_binary_upgrade_set_next_array_pg_type_oid |
17 | | - arrow_binary_upgrade_set_next_heap_pg_class_oid |
18 | | - arrow_binary_upgrade_set_next_index_pg_class_oid |
19 | | - arrow_binary_upgrade_set_next_multirange_array_pg_type_oid |
20 | | - arrow_binary_upgrade_set_next_multirange_pg_type_oid |
21 | | - arrow_binary_upgrade_set_next_pg_authid_oid |
22 | | - arrow_binary_upgrade_set_next_pg_enum_oid |
23 | | - arrow_binary_upgrade_set_next_pg_type_oid |
24 | | - arrow_binary_upgrade_set_next_toast_pg_class_oid |
25 | | - arrow_binary_upgrade_set_record_init_privs |
26 | 13 | arrow_date_cmp |
27 | 14 | arrow_date_cmp_timestamp |
28 | 15 | arrow_date_cmp_timestamptz |
@@ -66,63 +53,35 @@ LLVM_BC( |
66 | 53 | arrow_extract_timetz |
67 | 54 | arrow_gin_cmp_prefix |
68 | 55 | arrow_gin_cmp_tslexeme |
69 | | - arrow_gin_compare_jsonb |
70 | | - arrow_gin_consistent_jsonb |
71 | | - arrow_gin_consistent_jsonb_path |
72 | | - arrow_gin_extract_jsonb |
73 | | - arrow_gin_extract_jsonb_path |
74 | | - arrow_gin_extract_jsonb_query |
75 | | - arrow_gin_extract_jsonb_query_path |
76 | 56 | arrow_gin_extract_tsquery |
77 | 57 | arrow_gin_extract_tsquery_5args |
78 | 58 | arrow_gin_extract_tsquery_oldsig |
79 | 59 | arrow_gin_extract_tsvector |
80 | 60 | arrow_gin_extract_tsvector_2args |
81 | | - arrow_gin_triconsistent_jsonb |
82 | | - arrow_gin_triconsistent_jsonb_path |
83 | 61 | arrow_gin_tsquery_consistent |
84 | 62 | arrow_gin_tsquery_consistent_6args |
85 | 63 | arrow_gin_tsquery_consistent_oldsig |
86 | 64 | arrow_gin_tsquery_triconsistent |
87 | 65 | arrow_in_range_date_interval |
88 | 66 | arrow_in_range_time_interval |
89 | 67 | arrow_in_range_timetz_interval |
90 | | - arrow_inet_spg_choose |
91 | | - arrow_inet_spg_config |
92 | | - arrow_inet_spg_inner_consistent |
93 | | - arrow_inet_spg_leaf_consistent |
94 | | - arrow_inet_spg_picksplit |
95 | 68 | arrow_interval_time |
96 | 69 | arrow_make_date |
97 | 70 | arrow_make_time |
| 71 | + arrow_multirange_gist_compress |
| 72 | + arrow_multirange_gist_consistent |
| 73 | + arrow_multirange_typanalyze |
98 | 74 | arrow_overlaps_time |
99 | 75 | arrow_overlaps_timetz |
100 | | - arrow_pg_advisory_lock_int4 |
101 | | - arrow_pg_advisory_lock_int8 |
102 | | - arrow_pg_advisory_lock_shared_int4 |
103 | | - arrow_pg_advisory_lock_shared_int8 |
104 | | - arrow_pg_advisory_unlock_all |
105 | | - arrow_pg_advisory_unlock_int4 |
106 | | - arrow_pg_advisory_unlock_int8 |
107 | | - arrow_pg_advisory_unlock_shared_int4 |
108 | | - arrow_pg_advisory_unlock_shared_int8 |
109 | | - arrow_pg_advisory_xact_lock_int4 |
110 | | - arrow_pg_advisory_xact_lock_int8 |
111 | | - arrow_pg_advisory_xact_lock_shared_int4 |
112 | | - arrow_pg_advisory_xact_lock_shared_int8 |
113 | | - arrow_pg_blocking_pids |
114 | | - arrow_pg_isolation_test_session_is_blocked |
115 | 76 | arrow_pg_logical_emit_message_bytea |
116 | 77 | arrow_pg_logical_emit_message_text |
117 | | - arrow_pg_safe_snapshot_blocking_pids |
118 | | - arrow_pg_try_advisory_lock_int4 |
119 | | - arrow_pg_try_advisory_lock_int8 |
120 | | - arrow_pg_try_advisory_lock_shared_int4 |
121 | | - arrow_pg_try_advisory_lock_shared_int8 |
122 | | - arrow_pg_try_advisory_xact_lock_int4 |
123 | | - arrow_pg_try_advisory_xact_lock_int8 |
124 | | - arrow_pg_try_advisory_xact_lock_shared_int4 |
125 | | - arrow_pg_try_advisory_xact_lock_shared_int8 |
| 78 | + arrow_pg_relation_is_publishable |
| 79 | + arrow_range_gist_consistent |
| 80 | + arrow_range_gist_penalty |
| 81 | + arrow_range_gist_picksplit |
| 82 | + arrow_range_gist_same |
| 83 | + arrow_range_gist_union |
| 84 | + arrow_range_typanalyze |
126 | 85 | arrow_time_cmp |
127 | 86 | arrow_time_eq |
128 | 87 | arrow_time_ge |
|
0 commit comments