Skip to content

Commit 5177fa3

Browse files
authored
fix(15.6): disable pg_stat_monitor (#1260)
* fix: disable pg_stat_monitor * chore: bump version
1 parent d264b9d commit 5177fa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.127"
1+
postgres-version = "15.6.1.128"

nix/tests/postgresql.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ default_text_search_config = 'pg_catalog.english'
718718

719719
#local_preload_libraries = ''
720720
#session_preload_libraries = ''
721-
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, pg_backtrace' # (change requires restart)
721+
shared_preload_libraries = 'pg_stat_statements, pgaudit, plpgsql, plpgsql_check, pg_cron, pg_net, pgsodium, timescaledb, auto_explain, pg_tle, plan_filter, pg_backtrace' # (change requires restart)
722722
jit_provider = 'llvmjit' # JIT library to use
723723

724724

0 commit comments

Comments
 (0)