Re: lots of puzzling log messages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Dennis Sacks <dennis(at)illusions(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: lots of puzzling log messages
Date: 2005-04-20 15:12:06
Message-ID: 27281.1114009926@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> On Tue, Apr 19, 2005 at 05:39:42PM -0700, Dennis Sacks wrote:
>> I am Seeing twelve of these messages every five to ten seconds in the
>> Postgresql serverlog when my java application is running:
>>
>> 2005-04-19 16:43:03 LOG: 00000: duration: 0.246 ms
>> LOCATION: exec_simple_query, postgres.c:960
>> 2005-04-19 16:43:03 LOG: 00000: statement: rollback; begin;
>> LOCATION: pg_parse_query, postgres.c:464

> Looks like the application is aborting its transaction (rollback)
> and starting a new one (begin). If you're not doing this explicitly
> then the API is probably doing it under the hood.

I think older versions of the JDBC driver will do that behind your back
... try the latest driver, and if you still see it then inquire on
pgsql-jdbc.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Gagnon 2005-04-20 15:28:28 Regular expression. How to disable ALL meta-character in a regular expression
Previous Message Jaqui Greenlees 2005-04-20 14:59:36 Re: Binary or compiled version?