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

From Masahiko Sawada
Subject Failed to request an autovacuum work-item in silence
Date
Msg-id CAD21AoB1HrQhp6_4rTyHN5kWEJCEsG8YzsjZNt-ctoXSn5Uisw@mail.gmail.com
Whole thread Raw
Responses Re: Failed to request an autovacuum work-item in silence
Re: Failed to request an autovacuum work-item in silence
Re: Failed to request an autovacuum work-item in silence
List pgsql-hackers
Hi all,

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.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Query related to alter table ... attach partition
Next
From: Amit Langote
Date:
Subject: Re: Query related to alter table ... attach partition