From: | Satoshi Nagayasu <pgsql(at)snaga(dot)org> |
---|---|
To: | Darren Johnson <darren(at)up(dot)hrcoxmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: protocol change in 7.4 |
Date: | 2002-11-05 02:38:08 |
Message-ID: | 20021105113808.75035481.pgsql@snaga.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Darren Johnson <darren(at)up(dot)hrcoxmail(dot)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(at)snaga(dot)org>
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2002-11-05 02:40:02 | Re: Is my Internet connection slow |
Previous Message | Sean Chittenden | 2002-11-05 02:14:28 | Re: Request for supported platforms |