No AVworkers when PM_RECOVERY_CONSISTENT - Mailing list pgsql-hackers

From Simon Riggs
Subject No AVworkers when PM_RECOVERY_CONSISTENT
Date
Msg-id 1252138382.2889.694.camel@ebony.2ndQuadrant
Whole thread Raw
Responses Re: No AVworkers when PM_RECOVERY_CONSISTENT
List pgsql-hackers
When pmState == PM_RECOVERY_CONSISTENT we run
SignalAutovacWorkers(SIGTERM);
at normal shutdown

This currently does nothing, but since there aren't ever going to be any
AVworkers at this time we should be explicitly skipping this. That
should avoid misunderstanding the code and avoid any future side
effects.

Low priority, minor.

Removed while updating earlier work on HS.

--
 Simon Riggs           www.2ndQuadrant.com

Attachment

pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Non-Solaris dtrace support is disabled in 8.4!!!?
Next
From: Boszormenyi Zoltan
Date:
Subject: Re: ECPG patchset