Use LOCKBIT_ON() instead of a bit shift in a few places.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/deadlock.c | modified | +2 −2 |
| src/backend/storage/lmgr/lock.c | modified | +21 −21 |