Re: Connection Pooling, a year later - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Connection Pooling, a year later
Date
Msg-id 200112181415.fBIEF5S07195@candle.pha.pa.us
Whole thread Raw
In response to Re: Connection Pooling, a year later  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Responses Re: Connection Pooling, a year later  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> At 11:49 PM 12/17/01 -0500, Bruce Momjian wrote:
> >new person.  Now, if you want to abort a left-over transaction, you can
> >do an ABORT but that is going to show up in the server logs because an
> >ABORT without a transaction causes an error message.
> 
> I do a lot of rollbacks typically. Would that cause errors?
> 
> I prefer doing rollbacks to commits when in doubt.

No problem, it is just that rollbacks when you are not in a transaction
cause a log error message.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Connection Pooling, a year later
Next
From: Bruce Momjian
Date:
Subject: Concerns about this release