From c0d135b1773323267ca5dff89b391ab0e6dc64eb Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 7 Aug 2026 12:22:47 -0700 Subject: [PATCH] regression: put the unwind check back --- build.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.rs b/build.rs index 2939ec2..1675b26 100644 --- a/build.rs +++ b/build.rs @@ -120,6 +120,10 @@ fn main() { .allowlist_item("pg_query_split_with_scanner") .allowlist_item("pg_query_free_split_result") .allowlist_item("wrapped_raw_expression_tree_walker_impl") + .override_abi( + bindgen::Abi::CUnwind, + "wrapped_raw_expression_tree_walker_impl", + ) .allowlist_item("StringInfo") .allowlist_item("wrapped_raw_deparse") .allowlist_item("wrapped_pnstrdup")