]> granicus.if.org Git - postgresql/commit
Use LOCKBIT_ON() instead of a bit shift in a few places.
authorRobert Haas <rhaas@postgresql.org>
Mon, 28 Sep 2015 14:57:15 +0000 (10:57 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 28 Sep 2015 14:57:15 +0000 (10:57 -0400)
commitf40792a93ccdc4d01c448121da67693fc2f6297a
tree0ba012487f4e3800551bc43a5acd5ed3bc88cb91
parent45e5b4ef5c392ddfcd72693f65659bafdda7ee1b
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
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/lock.c