Re: chained transactions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: chained transactions
Дата
Msg-id 69f81fb7-b227-e9a8-f64c-446bc997cdf8@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: chained transactions  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On 4/5/18 04:35, Heikki Linnakangas wrote:
> With this patch, this stops working:
> 
> set transaction_isolation='default';

But why is this supposed to work?  This form is not documented anywhere.
 You can use RESET or SET TO DEFAULT.

I suspect this is some artifact in the implementation that this patch is
proposing to get rid of.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Optional message to user when terminating/cancellingbackend
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS