Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upfix return code when server reports the xid provided does not exist. #78
Comments
davecramer
closed this
in
dc44225
Aug 19, 2013
whitingjr
referenced this issue
Nov 30, 2015
Closed
Incorrect return code for error on call of commit during 2PC #236
ochaloup
referenced this issue
Nov 11, 2016
Closed
Incorrect return code of XAException when provided Xid does not exist #683
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
whitingjr commentedAug 5, 2013
Currently the driver returns a code to report a general resource manager error. Change it to return a different code when the xid is not found by the server.
More background to this issue is available in the pgjdbc mailing list.
http://www.postgresql.org/message-id/51FFBD79.1060107@redhat.com