Skip to content

Commit

Permalink
fix: remove safeupdate from shared_preload_libraries (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Jul 15, 2024
1 parent ea0fcfc commit 827c153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ansible/files/postgresql_config/postgresql.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ default_text_search_config = 'pg_catalog.english'
#local_preload_libraries = ''
#session_preload_libraries = ''

shared_preload_libraries = 'pg_stat_statements, pg_stat_monitor, pgaudit, plpgsql, plpgsql_check, pg_cron, pg_net, pgsodium, timescaledb, auto_explain, pg_tle, plan_filter, safeupdate' # (change requires restart)
shared_preload_libraries = 'pg_stat_statements, pg_stat_monitor, pgaudit, plpgsql, plpgsql_check, pg_cron, pg_net, pgsodium, timescaledb, auto_explain, pg_tle, plan_filter' # (change requires restart)
jit_provider = 'llvmjit' # JIT library to use

# - Other Defaults -
Expand Down Expand Up @@ -776,4 +776,3 @@ include = '/etc/postgresql-custom/read-replica.conf'
# Add settings for extensions here
auto_explain.log_min_duration = 10s
cron.database_name = 'postgres'
safeupdate.enabled = off
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.77"
postgres-version = "15.1.1.78"

0 comments on commit 827c153

Please sign in to comment.