Skip to content

Commit

Permalink
Set loadable_libraries for pglogical, pglogical_ticker (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Dec 20, 2024
1 parent d2816dd commit 651d893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pglogical/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "PostgreSQL"
description = "PostgreSQL Logical Replication."
documentation = "https://github.com/2ndQuadrant/pglogical"
categories = ["change_data_capture"]
preload_libraries = ["pglogical"]
loadable_libraries = [{ library_name = "pglogical", requires_restart = true }]

[dependencies]
apt = ["libpq5", "libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pglogical_ticker/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "MIT"
description = "Time-based replication delay for pglogical."
documentation = "https://github.com/enova/pglogical_ticker"
categories = ["change_data_capture"]
loadable_libraries = [{ library_name = "pglogical_ticker", requires_restart = true }]

[dependencies]
apt = ["libc6"]
Expand Down

0 comments on commit 651d893

Please sign in to comment.