There was an error while loading. Please reload this page.
1 parent 4d7a918 commit 8813c40Copy full SHA for 8813c40
1 file changed
pgrx-bindgen/src/build.rs
@@ -958,8 +958,13 @@ fn add_blocklists(
958
.blocklist_function("PageIsValid")
959
// it's defined twice on Windows, so use PGERROR instead
960
.blocklist_item("ERROR")
961
- // it causes strange linker errors for PostgreSQL 14 on Windows
+ // they cause linker errors for PostgreSQL 14 on Windows
962
.blocklist_function("IsQueryIdEnabled")
963
+ .blocklist_function("am_tablesync_worker")
964
+ .blocklist_function("am_sequencesync_worker")
965
+ .blocklist_function("am_leader_apply_worker")
966
+ .blocklist_function("am_parallel_apply_worker")
967
+ .blocklist_function("get_logical_worker_type")
968
}
969
970
fn add_allowlists<'a>(
0 commit comments