Skip to content

Commit

Permalink
Update preload_libraries (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Stanton <[email protected]>
  • Loading branch information
EvanHStanton and Evan Stanton authored Oct 27, 2023
1 parent adfbafb commit 8a99815
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/credcheck/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "PostgreSQL plain credential checker"
homepage = "https://www.migops.com/"
documentation = "https://github.com/MigOpsRepos/credcheck"
categories = ["tooling_admin"]
preload_libraries = ["credcheck"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_partman/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "PostgreSQL"
description = "Extension to manage partitioned tables by time or ID."
documentation = "https://github.com/pgpartman/pg_partman"
categories = ["featured", "orchestration"]
preload_libraries = ["pg_partman_bgw"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_prewarm/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "The pg_prewarm module provides a convenient way to load relation
homepage = "https://www.postgresql.org"
documentation = "https://www.postgresql.org/docs/current/pgprewarm.html"
categories = ["featured", "data_transformations"]
preload_libraries = ["pg_prewarm"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_qualstats/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "pg_qualstats is a PostgreSQL extension keeping statistics on pred
homepage = "https://powa.readthedocs.io/en/latest/index.html"
documentation = "https://github.com/powa-team/pg_qualstats"
categories = ["index_table_optimizations"]
preload_libraries = ["pg_qualstats"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_stat_monitor/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "Query Performance Monitoring Tool for PostgreSQL."
homepage = "https://www.percona.com/"
documentation = "https://docs.percona.com/pg-stat-monitor/index.html"
categories = ["query_optimizations"]
preload_libraries = ["pg_stat_monitor"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_uuidv7/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "MPL-2.0"
description = "Create valid version 7 UUIDs in Postgres."
documentation = "https://github.com/fboulnois/pg_uuidv7"
categories = ["data_transformations"]
preload_libraries = ["pg_uuidv7"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/pg_wait_sampling/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "PostgreSQL"
description = "Sampling based statistics of wait events."
documentation = "https://github.com/postgrespro/pg_wait_sampling"
categories = ["metrics"]
preload_libraries = ["pg_wait_sampling"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/postgresql_anonymizer/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "Apache-2.0"
description = "Support for Roaring Bitmaps."
documentation = "https://github.com/ChenHuajun/pg_roaringbitmap"
categories = ["data_transformations"]
preload_libraries = ["anon"]

[dependencies]
apt = ["libc6"]
Expand Down
1 change: 1 addition & 0 deletions contrib/set_user/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "PostgreSQL extension allowing privilege escalation with enhanced
homepage = "https://www.pgaudit.org/"
documentation = "https://github.com/pgaudit/set_user"
categories = ["tooling_admin"]
preload_libraries = ["set_user"]

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

0 comments on commit 8a99815

Please sign in to comment.