One transaction and several processes

Поиск
Список
Период
Сортировка
От Valery Kuzmin
Тема One transaction and several processes
Дата
Msg-id CAHRx4ih4+TbJDhH_XiDdFvsF2h+J7Xhu-ssV1tVu+m_qfz+P9w@mail.gmail.com
обсуждение исходный текст
Ответы Re: One transaction and several processes
Re: One transaction and several processes
Список pgsql-hackers
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 context before other
service is called.
4. Called service resume transaction using XID.
5. Called service updates its data.
6. Calling service gets control, resume transaction using XID and does commit.
How can the third and fourth step be implemented?

Best regards,
Valery


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] logical decoding of two-phase transactions
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: One transaction and several processes