Re: [HACKERS] Autovacuum improvements - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Autovacuum improvements
Date
Msg-id 5483.1168915973@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Autovacuum improvements  ("Matthew T. O'Connor" <matthew@zeut.net>)
List pgsql-patches
"Matthew T. O'Connor" <matthew@zeut.net> writes:
> Is there any chance of a race condition here?  That is, can the launcher
> process start a new autovacuum process against that database that your
> code will miss since it was started after you began your search?

No; we're holding a lock against incoming processes in that database.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: [HACKERS] Autovacuum improvements
Next
From: "Pavel Stehule"
Date:
Subject: Re: scrollable cursor sup. for SPI