TODO request: log_long_transaction

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO request: log_long_transaction
Date: 2014-10-27 19:21:16
Message-ID: 544E9B2C.7010208@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hackers,

I just realized that there is one thing we can't log currently:
transactions which last more than #ms. This is valuable diagnostic
information when looking for issues like causes of bloat and deadlocks.

I'd like it to be on the TODO list because it seems like part of a good
GSOC project or first-time contribution.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2014-10-27 19:29:36 Re: TODO request: log_long_transaction
Previous Message Peter Geoghegan 2014-10-27 18:43:25 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}