Most probably, it runs a wraparound process, however, if you may see what
command was invoked by that worker, it would be helpful.
Regards,
Ninad Shah
On Mon, 9 Aug 2021 at 01:48, Luca Ferrari wrote:
> On Thu, Aug 5, 2021 at 6:27 PM Vijaykumar Jain
> wrote:
> > postgres/varsup.c at master · p
On Thu, Aug 5, 2021 at 6:27 PM Vijaykumar Jain
wrote:
> postgres/varsup.c at master · postgres/postgres (github.com)
> I think, this block when it is about to assign the next xid, it does the
> math, and triggers an autolauncher start.
> I might be wrong, I did not run a backtrace though :)
>
>
I am attempting to dive into code using english, not c, if i am misguiding,
pls ignore.
On Thu, 5 Aug 2021 at 11:38, Luca Ferrari wrote:
> Hi all,
> I occasionally see the message "WARNING: autovacuum worker started
> without a worker entry" in the logs.
> From what I ca
Hi all,
I occasionally see the message "WARNING: autovacuum worker started
without a worker entry" in the logs.
>From what I can see here
<https://github.com/postgres/postgres/blob/master/src/backend/postmaster/autovacuum.c#L1678>,
the launcher forked a worker and in the me