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
168
168
interval = 60
169
169
170
170
# 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.
172
172
# Example:
173
173
# relations=pg_catalog.pg_class,pg_catalog.pg_user
174
174
# 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
188
188
interval = 60
189
189
190
190
# 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)
192
192
# Trigger fires if some backup has bad status e.g. (ERROR,CORRUPT,ORPHAN).
193
193
[pgprobackup]
194
194
enabled = False
You can’t perform that action at this time.
0 commit comments