Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 5be07b1

Browse files
author
Oleg
committed
Merge branch 'issue_194_fix' into 'master'
refs #188 autovacuum: added more params See merge request postgres-ai-team/postgres-checkup!206
2 parents 49d76a2 + 17d8451 commit 5be07b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/checks/F001_autovacuum_settings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ settings=$(${CHECK_HOST_CMD} "${_PSQL} -f - " <<SQL
22
with global_settings as (
33
select json_object_agg(s.name, s) from pg_settings s
44
where name like '%autovacuum%'
5+
or name like 'vacuum_%'
56
or name in (
6-
'vacuum_cost_delay',
7-
'vacuum_cost_limit',
7+
'default_statistics_target',
88
'hot_standby_feedback',
99
'maintenance_work_mem'
1010
)

0 commit comments

Comments
 (0)