Re: Recovery control functions - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Recovery control functions
Date
Msg-id 4D3037DB.8050208@enterprisedb.com
Whole thread Raw
In response to Re: Recovery control functions  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Recovery control functions  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On 14.01.2011 13:15, Simon Riggs wrote:
>  /*
> + * Recheck shared recoveryPause by polling.
> + *
> + * XXX It might seem we should do this via a shared Latch, but
> + * currently we only support one shared latch per process and
> + * that is already taken for Startup process. Polling is used
> + * in other places in xlog.c already, so not a concern.
> + */

There is no such limitation with latches.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Recovery control functions
Next
From: Simon Riggs
Date:
Subject: Re: Recovery control functions