Re: default_transaction_isolation = serializable causes crash under Hot Standby - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: default_transaction_isolation = serializable causes crash under Hot Standby
Date
Msg-id 4F9A93B4020000250004748D@gw.wicourts.gov
Whole thread Raw
In response to Re: default_transaction_isolation = serializable causes crash under Hot Standby  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Yeah, it would definitely be nicer if BEGIN; SET TRANSACTION LEVEL
> would work too.  Maybe the place to put the check is where we
> establish the transaction snapshot.
That makes sense, and doesn't seem like it would be hard, from what
I recall of that code.  I know I've fallen down on a couple other
things which I meant to look at lately, but this one should be small
enough to fit in between the brickbats the non-PostgreSQL world has
been throwing at me lately.  I'll take a shot at it sometime today,
although it may be late.
-Kevin


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: enable_indexonly
Next
From: Robert Haas
Date:
Subject: smart shutdown at end of transaction (was: Default mode for shutdown)