Help needed for reading postgres log : RE: [GENERAL] Concurrency issue under very heay loads

2009-07-20 Thread Raji Sridar (raji)
I would like some help in reading the postgres logs. Here is a snippet of the log. Auto commit seems to be set to false. But still the logs shows CommitTransactionCommand in debug mode. The same order number is given for multiple clients. Please see CommitTransactionCommand below for both select

Re: Help needed for reading postgres log : RE: [GENERAL] Concurrency issue under very heay loads

2009-07-20 Thread Alvaro Herrera
Raji Sridar (raji) wrote: I would like some help in reading the postgres logs. Here is a snippet of the log. Auto commit seems to be set to false. But still the logs shows CommitTransactionCommand in debug mode. The same order number is given for multiple clients. Please see