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

Commit 17d8451

Browse files
author
Oleg Gurov
committed
changed like vacuum_
1 parent ad0c097 commit 17d8451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/checks/F001_autovacuum_settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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_cost_%'
5+
or name like 'vacuum_%'
66
or name in (
77
'default_statistics_target',
88
'hot_standby_feedback',

0 commit comments

Comments
 (0)