| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> | 
|---|---|
| To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> | 
| Cc: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> | 
| Subject: | Re: Per-table log_autovacuum_min_duration is actually documented | 
| Date: | 2015-11-10 15:07:52 | 
| Message-ID: | 2728.1447168072@sss.pgh.pa.us | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
> While going through the release notes of 9.5 I noticed the following
> chunk in doc/src/sgml/release-9.5.sgml:
> Add per-table autovacuum logging control via
> log_min_autovacuum_duration (Michael Paquier)
> NOT DOCUMENTED?
Yeah ... I was going to do something about that on Sunday, until I got
sidetracked by the docs build blowing up on me ...
> This is actually documented in src/sgml/ref/create_table.sgml with the
> following paragraph so this mention in the release notes does not seem
> needed:
> log_autovacuum_min_duration, toast.log_autovacuum_min_duration (integer)
> Custom log_autovacuum_min_duration parameter.
Hmm ... that doesn't seem exactly transparent; what does "custom" mean?
Should it read "Overrides log_autovacuum_min_duration for autovacuum
operations on this specific table or toast table"?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jim Nasby | 2015-11-10 16:10:20 | Re: Documentation tweak for row-valued expressions and null | 
| Previous Message | Kouhei Kaigai | 2015-11-10 14:59:01 | Re: [Proposal] Table partition + join pushdown |