Skip to content

Commit b0722c5

Browse files
authored
Apply suggestions from code review
1 parent 19afe3a commit b0722c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ postgresql_parameters:
140140
- {option: "max_replication_slots", value: "10"}
141141
- {option: "hot_standby", value: "on"}
142142
- {option: "wal_log_hints", value: "on"}
143-
- {option: "shared_preload_libraries", value: "pg_stat_statements,pg_stat_kcache,pg_wait_sampling"}
143+
- {option: "shared_preload_libraries", value: "pg_stat_statements,pg_wait_sampling"}
144144
- {option: "pg_stat_statements.max", value: "10000"}
145145
- {option: "pg_stat_statements.track", value: "all"}
146146
- {option: "pg_stat_statements.save", value: "off"}

0 commit comments

Comments
 (0)