Re: protocol change in 7.4 - Mailing list pgsql-hackers

From Satoshi Nagayasu
Subject Re: protocol change in 7.4
Date
Msg-id 20021105113808.75035481.pgsql@snaga.org
Whole thread Raw
In response to Re: protocol change in 7.4  (Darren Johnson <darren@up.hrcoxmail.com>)
Responses Re: protocol change in 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Darren Johnson <darren@up.hrcoxmail.com> wrote:
> I would like to here more about your implementation.  Do you have some 
> documentation that I
> could read?

Documentation is not available, but I have some slides for my presentation.

http://snaga.org/pgsql/20021018_2pc.pdf

Some answers for your questions may be in these slides.

And a current source code is available from:
http://snaga.org/pgsql/pgsql-20021025.tgz

> If not, perhaps (if you have the time)  you could put together a post 
> describing your work.  Like
> Is it an internal or external solution.  Are you sending SQL or tuples 
> in your update messages.  
> How are you handling failure detection?  Is this partial or full 
> replication?

It is an internal solution. In 2PC, pre-commit and commit are required.
So my implementation has some internal modifications on transaction
handling, log recording and else.

-- 
NAGAYASU Satoshi <snaga@snaga.org>


pgsql-hackers by date:

Previous
From: Darren Johnson
Date:
Subject: Re: protocol change in 7.4
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Is my Internet connection slow