Re: Error on failed COMMIT - Mailing list pgsql-hackers

From Vladimir Sitnikov
Subject Re: Error on failed COMMIT
Date
Msg-id CAB=Je-GW5Ed-YiPV0w1uNRXFET-AGd00pSBeam6hPWC_uP_8VQ@mail.gmail.com
Whole thread Raw
In response to Re: Error on failed COMMIT  (Dave Cramer <davecramer@postgres.rocks>)
List 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 by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Error on failed COMMIT
Next
From: Chapman Flack
Date:
Subject: Ought binary literals to allow spaces?