]> granicus.if.org Git - postgresql/commit
Cosmetic improvements to group locking.
authorRobert Haas <rhaas@postgresql.org>
Sun, 21 Feb 2016 10:12:02 +0000 (15:42 +0530)
committerRobert Haas <rhaas@postgresql.org>
Sun, 21 Feb 2016 10:12:02 +0000 (15:42 +0530)
commitd91a4a6c85d360678310470854d5d932d1833aa8
tree610f8423593d3754dd41a91fbebcd4c233de0a6d
parentdd077ef832e1ec7f5ba2a706152d22647a3b80f5
Cosmetic improvements to group locking.

Reflow text in lock manager README so that it fits within 80 columns.
Correct some mistakes.  Expand the README to explain not only why group
locking exists but also the data structures that support it.  Improve
comments related to group locking several files.  Change the name of a
macro argument for improved clarity.

Most of these problems were reported by Tom Lane, but I found a few
of them myself.

Robert Haas and Tom Lane
src/backend/storage/lmgr/README
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/proc.c
src/include/storage/lock.h
src/include/storage/proc.h