Rename assorted LWLock tranches.

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

Commit: 36ac359d3621578cefc2156a3917024cdd3b1829
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-05-15T22:11:07Z
Releases: 13.0
Rename assorted LWLock tranches.

Choose names that fit into the conventions for wait event names
(particularly, that multi-word names are in the style MultiWordName)
and hopefully convey more information to non-hacker users than the
previous names did.

Also rename SerializablePredicateLockListLock to
SerializablePredicateListLock; the old name was long enough to cause
table formatting problems, plus the double occurrence of "Lock" seems
confusing/error-prone.

Also change a couple of particularly opaque LWLock field names.

Discussion: https://postgr.es/m/28683.1589405363@sss.pgh.pa.us

Files

Documentation touched

Discussion