Re: SSI rw-conflicts and 2PC

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Dan Ports" <drkp@csail.mit.edu>, "Heikki Linnakangas" <heikki.linnakangas@enterprisedb.com>, "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Cc: <pgsql-hackers@postgresql.org>
Date: 2012-02-14T15:34:09Z
Lists: pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> wrote:
 
> This would tend to be more than a little inconvenient until the
> prepared statements pending at crash or shutdown were all
> committed or rolled back.
 
[sigh]
 
Probably obvious, but to avoid confusion:
 
s/prepared statements/prepared transactions/
 
-Kevin