Added
Link Here
|
0 |
- |
1 |
--- pgx/pgx-pg-sys/build.rs.orig 2022-11-06 21:01:34.720308000 +0000 |
|
|
2 |
+++ pgx/pgx-pg-sys/build.rs 2022-11-06 21:02:14.469075000 +0000 |
3 |
@@ -507,6 +507,7 @@ |
4 |
let bindings = bindgen::Builder::default() |
5 |
.header(include_h.display().to_string()) |
6 |
.clang_arg(&format!("-I{}", includedir_server.display())) |
7 |
+ .clang_arg("-I%%LOCALBASE%%/include") |
8 |
.parse_callbacks(Box::new(IgnoredMacros::default())) |
9 |
.blocklist_function("varsize_any") // pgx converts the VARSIZE_ANY macro, so we don't want to also have this function, which is in heaptuple.c |
10 |
.blocklist_function("query_tree_walker") |