Re: Failed to request an autovacuum work-item in silence - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Failed to request an autovacuum work-item in silence
Date
Msg-id 20180301104115.wq7p5coskyks56sw@alap3.anarazel.de
Whole thread Raw
In response to Failed to request an autovacuum work-item in silence  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
Hi,

On 2018-01-23 14:35:42 +0900, Masahiko Sawada wrote:
> While reading the code, I realized that the requesting an autovacuum
> work-item could fail in silence if work-item array is full. So the
> users cannot realize that work-item is never performed.
> AutoVacuumRequestWork() seems to behave so from the initial
> implementation but is there any reason of such behavior? It seems to
> me that it can be a problem even now that there is only one kind of
> work-item. Attached patch for fixing it.

Alvaro?

- Andres


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistentmemory
Next
From: Andres Freund
Date:
Subject: Re: Isolation tester result formatting