Re: proposal: enhancing slow query log, and autoexplain log about waiting on lock before query exec time - Mailing list pgsql-hackers

From Tom Lane
Subject Re: proposal: enhancing slow query log, and autoexplain log about waiting on lock before query exec time
Date
Msg-id 19407.1455468407@sss.pgh.pa.us
Whole thread Raw
In response to proposal: enhancing slow query log, and autoexplain log about waiting on lock before query exec time  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: enhancing slow query log, and autoexplain log about waiting on lock before query exec time
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> We have a patch, that inject logs about the time waiting on locks before
> query execution. This feature helps us lot of, and I hope, it can be
> generally useful.

Doesn't log_lock_waits cover that territory already?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: extend pgbench expressions with functions
Next
From: Tom Lane
Date:
Subject: Re: Bool btree_gin index not chosen on equality contraint, but on greater/lower?