Re: pg_basebackup for streaming base backups - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: pg_basebackup for streaming base backups
Date
Msg-id 4D38992A.2070501@enterprisedb.com
Whole thread Raw
In response to Re: pg_basebackup for streaming base backups  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List pgsql-hackers
On 20.01.2011 22:15, Dimitri Fontaine wrote:
> Robert Haas<robertmhaas@gmail.com>  writes:
>> Sending them a signal seems like a promising approach, but the trick
>> is guaranteeing that they've actually acted on it before you start the
>> checkpoint.
>
> How much using a latch here would help?  Or be overkill?

A latch doesn't give you an acknowledgment from the backends that 
they've received and acted on the guc change. You could use it as a 
building block to construct that, though.

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


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: pg_basebackup for streaming base backups
Next
From: Peter Eisentraut
Date:
Subject: Re: exceptions not present in plpy with Python 3