| From: | Szymon Lipiński <mabewlun(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL <pgsql-general(at)postgresql(dot)org> |
| Subject: | bug in autovacuum_analyze_scale_factor meta data |
| Date: | 2018-10-31 13:58:33 |
| Message-ID: | CAFjNrYttOuyMVJ6xs0n4NAo-WrB6oz+uuk4G_oqvv_y65w+pyg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
This is what I have in postgres 10 pg_settings table: and the documentation
has different description. What's more the default value is outside the
range of the min/max value.
-[ RECORD 2
]---+------------------------------------------------------------------------------------------
name | autovacuum_analyze_scale_factor
setting | 0.1
unit | [NULL]
category | Autovacuum
short_desc | Number of tuple inserts, updates, or deletes prior to
analyze as a fraction of reltuples.
extra_desc | [NULL]
context | sighup
vartype | real
source | default
min_val | 0
max_val | 100
enumvals | [NULL]
boot_val | 0.1
reset_val | 0.1
sourcefile | [NULL]
sourceline | [NULL]
pending_restart | f
regards,
Szymon Lipiński
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2018-10-31 13:59:23 | Re: rw_redis_fdw: SQL Errors when statement is within a function |
| Previous Message | legrand legrand | 2018-10-31 13:24:28 | Re: editable spreadsheet style interface |