Re: [PATCH] V3: Idle in transaction cancellation

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Greg Smith <greg@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, Alvaro Herrera <alvherre@commandprompt.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Kevin Grittner <kevin.grittner@wicourts.gov>
Date: 2010-12-16T20:54:51Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Dec 16, 2010 at 3:41 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> (But this is all speculation; I don't actually know SSL innards.)

> I would be really surprised if aborting a transaction takes long
> enough to mess up SSL.  I mean, there could be a network delay at any
> time, too.

Yeah, that's what I think too.  I was just wondering if there could be
any situation where xact abort takes minutes.

			regards, tom lane