Re: Review: Hot standby - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Review: Hot standby
Date
Msg-id 14797.1227619524@sss.pgh.pa.us
Whole thread Raw
In response to Re: Review: Hot standby  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: Review: Hot standby  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
List pgsql-hackers
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:
> I think we should disallow starting a read-write transaction during
> recovery. The patch attempts to do that by setting transaction mode to
> read-only, but not enough to prevent somebody to explicitly mark the
> transaction as read-write.

Huh?  The "read only" transaction mode is not hard read-only anyway,
so if that's the only step being taken, it's entirely useless.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: blatantly a bug in the documentation
Next
From: Tom Lane
Date:
Subject: Re: Exporting PGINTERVALSTYLE prevents access to older server versions