Set log_lock_waits=on by default

Laurenz Albe <laurenz.albe@cybertec.at>

From: Laurenz Albe <laurenz.albe@cybertec.at>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-12-21T13:29:05Z
Lists: pgsql-hackers

Attachments

Here is a patch to implement this.
Being stuck behind a lock for more than a second is almost
always a problem, so it is reasonable to turn this on by default.

Yours,
Laurenz Albe

Commits

  1. Default to log_lock_waits=on

  2. Generate GUC tables from .dat file