Re: [HACKERS] Re: PostgreSql - access modified rows in prepare transaction command

2013-02-21 Thread Heikki Linnakangas
On 20.02.2013 13:39, pierpaolo.cincilla wrote: Thank you Heikki for your reply. As you suggest, I will explain better what I'm trying to accomplish. What I'm writing a ditributed two-phase-commit termination protocol that work in this manner: 1) Each site has a replica of the database. A site A

Re: [HACKERS] Re: PostgreSql - access modified rows in prepare transaction command

2013-02-20 Thread Amit Kapila
On Wednesday, February 20, 2013 5:10 PM pierpaolo.cincilla wrote: > Thank you Heikki for your reply. As you suggest, I will explain better > what > I'm trying to accomplish. > > What I'm writing a ditributed two-phase-commit termination protocol > that > work in this manner: > > 1) Each site has

[HACKERS] Re: PostgreSql - access modified rows in prepare transaction command

2013-02-20 Thread pierpaolo.cincilla
Thank you Heikki for your reply. As you suggest, I will explain better what I'm trying to accomplish. What I'm writing a ditributed two-phase-commit termination protocol that work in this manner: 1) Each site has a replica of the database. A site A perform a transaction t1 and prepare it (PREPAR