Thanks to visit codestin.com
Credit goes to postgrespro.com

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

Robert Haas <[email protected]> writes:
> Or, maybe there's a way to throw an error when serializable mode is
> used rather than when it's requested.

Couldn't we check and throw an error at the place in transaction startup
where default_transaction_isolation is copied to the active variable?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: default_transaction_isolation = serializable causes crash under Hot Standby
Next
From: Robert Haas
Date:
Subject: Re: default_transaction_isolation = serializable causes crash under Hot Standby