There was an error while loading. Please reload this page.
1 parent a2e4c13 commit c0d135bCopy full SHA for c0d135b
1 file changed
build.rs
@@ -120,6 +120,10 @@ fn main() {
120
.allowlist_item("pg_query_split_with_scanner")
121
.allowlist_item("pg_query_free_split_result")
122
.allowlist_item("wrapped_raw_expression_tree_walker_impl")
123
+ .override_abi(
124
+ bindgen::Abi::CUnwind,
125
+ "wrapped_raw_expression_tree_walker_impl",
126
+ )
127
.allowlist_item("StringInfo")
128
.allowlist_item("wrapped_raw_deparse")
129
.allowlist_item("wrapped_pnstrdup")
0 commit comments