Use LOCKBIT_ON() instead of a bit shift in a few places.

Robert Haas <rhaas@postgresql.org>

Commit: f40792a93ccdc4d01c448121da67693fc2f6297a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-09-28T14:57:15Z
Releases: 9.6.0
Use LOCKBIT_ON() instead of a bit shift in a few places.

We do this mostly everywhere, so it seems just as well to do it here,
too.

Thomas Munro

Files

PathChange+/−
src/backend/storage/lmgr/deadlock.c modified +2 −2
src/backend/storage/lmgr/lock.c modified +21 −21