Re: Table-level log_autovacuum_min_duration - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Table-level log_autovacuum_min_duration
Date
Msg-id CAB7nPqSay0wJqd7Fh43vB29QaVUzZo49B3cLX_R-p4ecB1M6pg@mail.gmail.com
Whole thread Raw
In response to Re: Table-level log_autovacuum_min_duration  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Table-level log_autovacuum_min_duration  (Naoya Anzai <anzai-naoya@mxu.nes.nec.co.jp>)
List pgsql-hackers

An updated patch is attached, I think that previous version broke value assignment of log_min_duration in table_recheck_autovac: the value in reltoptions should be used only if it is positive. At the same time I wrote some more documentation about the fact that a toast table will use the value of its parent table if nothing is set.
--
Michael
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Assertion failure when streaming logical changes
Next
From: Marc Balmer
Date:
Subject: Re: For cursors, there is FETCH and MOVE, why no TELL?