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

From Tom Lane
Subject Re: protocol change in 7.4
Date
Msg-id 13298.1036471570@sss.pgh.pa.us
Whole thread Raw
In response to Re: protocol change in 7.4  (Satoshi Nagayasu <pgsql@snaga.org>)
Responses Re: protocol change in 7.4  (Satoshi Nagayasu <pgsql@snaga.org>)
List pgsql-hackers
I don't see why 2PC would require any protocol-level change.  I would
think that the API would be something like
BEGIN;issue some commands ...PRECOMMIT;-- if the above does not return an error, thenCOMMIT;

In other words, 2PC would require some new commands, but a new command
doesn't affect the protocol layer.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: rebuilding beta4 ... fails in docs build ...
Next
From: Grant Finnemore
Date:
Subject: Re: protocol change in 7.4