Add a mechanism to control what the next XID value on a session will be.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 26 Oct 2013 14:44:29 +0000 (07:44 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 26 Oct 2013 14:44:29 +0000 (07:44 -0700)
This makes it possible for multiple processes/contexts to use the same
target and (with some synchronization) avoid XID collissions across processes/contexts.


No differences found