Skip to content

Commit

Permalink
Fix Citus loadable_libraries (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstanton authored Dec 12, 2024
1 parent 2319f19 commit 1075482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/citus/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Distributed PostgreSQL as an extension."
homepage = "https://www.citusdata.com/"
documentation = "https://docs.citusdata.com/en/stable/"
categories = ["tooling_admin"]
preload_libraries = ["citus"]
loadable_libraries = [{ library_name = "citus", requires_restart = true }]

[dependencies]
apt = ["libpq5", "openssl", "libc6", "liblz4-1", "libzstd1", "libssl3", "libcurl4"]
Expand Down

0 comments on commit 1075482

Please sign in to comment.