COMMIT in ps output

Поиск
Список
Период
Сортировка
От Dr NoName
Тема COMMIT in ps output
Дата
Msg-id 20050817182610.80998.qmail@web31510.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: COMMIT in ps output  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi all,

While investigating the causes of the deadlock I
described previously, we noticed that ps output would
often show some postgresql processes doing COMMIT. The
developer in charge of the application(*) assures me
that they are not using transactions (or at least not
in any of the code he checked). My question is, would
postgresql ps string show COMMIT at the end of
INSERT/UPDATE even if explicit transactions are not
used?

(*)I am posting this on behalf of another department,
so I am not entirely familiar with all the crap they
have writing to the database (and, evidently, neither
are they ;-)). I was called in as a resident
postgresql guru. But these problems are so weird that
I need to turn to the experts.

At one point, they had a problem with pqxx library. It
would create pqxxlog_condor table and write some crap
there. This caused a huge performance problem, so
eventually they disabled whatever option was causing
it. However, yesterday I noticed pqxxlog_condor table
in the database. It was empty, so I dropped it. I
checked this morning and it's back again, also empty.
Could COMMITs be coming from the library?


thanks in advance,

Eugene



____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Fein
Дата:
Сообщение: Re: Finding nearest numeric value
Следующее
От: Mario Guenterberg
Дата:
Сообщение: Re: postgres 8.x on debian