Re: hot standby documentation - Mailing list pgsql-docs

From Robert Haas
Subject Re: hot standby documentation
Date
Msg-id AANLkTikJ2Z8BInqKg5k9hnSeT6hScJGQ7wr-4mW_yNjR@mail.gmail.com
Whole thread Raw
In response to Re: hot standby documentation  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-docs
On Wed, Jun 23, 2010 at 3:05 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> We could also allow SELECT ... FOR SHARE during Hot Standby, simply by
>> making it same as normal SELECT, without any ill effects.
>
> True.

Actually, wait a minute.  Why wouldn't we need to lock the tuples on
the standby just as we do on the primary?  Sure, there can't be
another user transaction modifying those tuples, but WAL replay could
still modify them.

Anyhow, I think that's beside the point.  The documentation just says
what Hot Standby does, not what it might do in a future release.  And
I don't think this patch changes that very much at all.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

pgsql-docs by date:

Previous
From: Robert Haas
Date:
Subject: Re: hot standby documentation
Next
From: Heikki Linnakangas
Date:
Subject: Re: hot standby documentation