Re: One transaction and several processes

2018-07-18 Thread David G. Johnston
On Wed, Jul 18, 2018 at 8:31 AM, Valery Kuzmin wrote: > Hi, > > Can multiple processes participate in a single transaction's execution? > I need to do the following actions sequence: > 1. Calling service begins transaction. At this step transaction > manager generate new XID. > 2. Calling service

Re: One transaction and several processes

2018-07-18 Thread Tomas Vondra
On 07/18/2018 05:31 PM, Valery Kuzmin wrote: Hi, Can multiple processes participate in a single transaction's execution? I need to do the following actions sequence: 1. Calling service begins transaction. At this step transaction manager generate new XID. 2. Calling service updates some data. 3.

One transaction and several processes

2018-07-18 Thread Valery Kuzmin
Hi, Can multiple processes participate in a single transaction's execution? I need to do the following actions sequence: 1. Calling service begins transaction. At this step transaction manager generate new XID. 2. Calling service updates some data. 3. Need to detach a transaction from a service co