mirror of
https://github.com/postgres/postgres.git
synced 2026-04-13 13:07:48 -04:00
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 |
||
|---|---|---|
| .. | ||
| attmap.c | ||
| bufmask.c | ||
| detoast.c | ||
| heaptuple.c | ||
| indextuple.c | ||
| Makefile | ||
| printsimple.c | ||
| printtup.c | ||
| relation.c | ||
| reloptions.c | ||
| scankey.c | ||
| session.c | ||
| toast_internals.c | ||
| tupconvert.c | ||
| tupdesc.c | ||