Re: Connection Pooling, a year later

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, mlw <markw(at)mohawksoft(dot)com>, owensmk(at)earthlink(dot)net, pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Connection Pooling, a year later
Date: 2001-12-18 14:15:05
Message-ID: 200112181415.fBIEF5S07195@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-12-18 14:43:27 Concerns about this release
Previous Message mlw 2001-12-18 13:31:04 Re: Connection Pooling, a year later