Code review for log_lock_waits patch. Don't try to issue log messages from

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6e07228728e51bf875ecc9669f63ed648aba88c9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-06-19T20:13:22Z
Releases: 8.3.0
Code review for log_lock_waits patch.  Don't try to issue log messages from
within a signal handler (this might be safe given the relatively narrow code
range in which the interrupt is enabled, but it seems awfully risky); do issue
more informative log messages that tell what is being waited for and the exact
length of the wait; minor other code cleanup.  Greg Stark and Tom Lane

Files