Skip to content

Commit c0d135b

Browse files
committed
regression: put the unwind check back
1 parent a2e4c13 commit c0d135b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ fn main() {
120120
.allowlist_item("pg_query_split_with_scanner")
121121
.allowlist_item("pg_query_free_split_result")
122122
.allowlist_item("wrapped_raw_expression_tree_walker_impl")
123+
.override_abi(
124+
bindgen::Abi::CUnwind,
125+
"wrapped_raw_expression_tree_walker_impl",
126+
)
123127
.allowlist_item("StringInfo")
124128
.allowlist_item("wrapped_raw_deparse")
125129
.allowlist_item("wrapped_pnstrdup")

0 commit comments

Comments
 (0)