Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Autovacuum multiworkers, try 6 - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Autovacuum multiworkers, try 6
Date
Msg-id [email protected]
Whole thread Raw
In response to Autovacuum multiworkers, try 6  (Alvaro Herrera <[email protected]>)
List pgsql-patches
Alvaro Herrera wrote:
> Ok, here it is, after considerable rejiggering.

Hum, just noticed a leftover from a previous version; the changes to
procarray.c, sinvaladt.c and lock.c should be discarded (they are just
about adding autovacuum_max_workers to code that uses MaxBackends).  The
changes are trivial so I'm not submitting a new version just yet.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Autovacuum multiworkers, try 6
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Fix mdsync never-ending loop problem