Re: Error on failed COMMIT

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: Error on failed COMMIT
Дата
Msg-id CAB=Je-GW5Ed-YiPV0w1uNRXFET-AGd00pSBeam6hPWC_uP_8VQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error on failed COMMIT  (Dave Cramer <davecramer@postgres.rocks>)
Список pgsql-hackers
Shay> Asking drivers to do this at the client have the exact same breakage impact as the server change, since the user-visible behavior changes in the same way

+1

Dave>While we can certainly code around this in the client drivers I don't believe they should be responsible for fixing the failings of the server.

Application developers expect that the database feels the same no matter which driver is used, so it would be better to avoid a case
when half of the drivers create exceptions on non-committing-commit, and another half silently loses data.

Vladimir

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Error on failed COMMIT
Следующее
От: Chapman Flack
Дата:
Сообщение: Ought binary literals to allow spaces?