File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ interval = 2
168168interval = 60
169169
170170# Get size of relations defined in this section
171- # Relations - comma separated list of objects - tables and endexes (schema.relation) to calculate relations size.
171+ # Relations - comma separated list of objects - tables and endexes (schema.relation) used to calculate relations size.
172172# Example:
173173# relations=pg_catalog.pg_class,pg_catalog.pg_user
174174# If the relation is blocked by some process such as vacuum full or create index, the result will be -1
@@ -188,7 +188,7 @@ max_prepared_transaction_time = 60
188188interval = 60
189189
190190# Get size of backup catalogs stroring all WAL and backup files using pg_probackup
191- # S (https://github.com/postgrespro/pg_probackup)
191+ # (https://github.com/postgrespro/pg_probackup)
192192# Trigger fires if some backup has bad status e.g. (ERROR,CORRUPT,ORPHAN).
193193[pgprobackup]
194194enabled = False
You can’t perform that action at this time.
0 commit comments