Re: Add log_autovacuum_{vacuum|analyze}_min_duration

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: kasaharatt <kasaharatt@oss.nttdata.com>, Shinya Kato <shinya11.kato@gmail.com>
Cc: Sami Imseih <samimseih@gmail.com>, wenhui qiu <qiuwenhuifx@gmail.com>, Fujii Masao <masao.fujii@oss.nttdata.com>, Nathan Bossart <nathandbossart@gmail.com>, Michael Banck <mbanck@gmx.net>, pgsql-hackers@postgresql.org
Date: 2025-10-15T12:37:06Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add log_autoanalyze_min_duration

  2. Generate GUC tables from .dat file

On 04.09.25 08:16, kasaharatt wrote:
> 2025-09-04 13:13 に Shinya Kato wrote:
>> Hi,
>>
>> On Thu, Sep 4, 2025 at 11:31 AM kasaharatt 
>> <kasaharatt@oss.nttdata.com> wrote:
>>> The changes(*) to guc_tables.c have been pushed into HEAD,
>>> so you may need to fix the patch.
>>>
>>> (*)
>>> https://git.postgresql.org/gitweb/? 
>>> p=postgresql.git;a=commit;h=63599896545c7869f7dd28cd593e8b548983d613
>>
>> Thank you for reporting and I fixed the patch.
> Thank you for the quick fix.
> 
> I've confirmed that it can be applied to HEAD and that all regression 
> tests pass.
> I've run a few quick local checks and it works as expected.
> ISTM there are no particular issues with the changes.
> 
> The status has been changed to Ready for Committer again.

Committed, thanks.