Re: READ ONLY fixes - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: READ ONLY fixes
Date
Msg-id 4D38B7A60200002500039959@gw.wicourts.gov
Whole thread Raw
In response to READ ONLY fixes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
> Robert Haas  wrote:
> Jeff Janes  wrote:
>> I found the following message somewhat confusing:
>> ERROR: read-only property must be set before any query
> 
> I think what we need here is two messages, this one and a similar one
> that starts with "read-write property...".
> 
>> When a subtransaction has set the mode more stringent than the
>> top-level transaction did, that setting is reversed when the
>> subtransaction ends (whether by success or by rollback), which was
>> discussed as the desired behavior. But the included regression tests
>> do not exercise that case by testing the case where a SAVEPOINT is
>> either rolled back or released. Should those tests be included?
> 
> +1.
OK, will put something together.
-Kevin


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: READ ONLY fixes
Next
From: Fujii Masao
Date:
Subject: Re: bug in SignalSomeChildren