lots of puzzling log messages

From: Dennis Sacks <dennis(at)illusions(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: lots of puzzling log messages
Date: 2005-04-20 00:39:42
Message-ID: 4265A4CE.4010601@illusions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

postgresql.conf has:

log_connections = true
log_duration = true
log_statement = true
log_timestamp = true

Running postgres 7.4.2.

The Java application uses postgresql-7.4.1.jar. It is a custom developed
application.

I am wondering what these log messages mean. Any ideas?

Dennis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lorenzo Thurman 2005-04-20 01:29:32 Re: pg_dump fails
Previous Message Russell Smith 2005-04-19 23:06:45 Re: pg_dump fails