Обсуждение: pgsql: Use LOCKBIT_ON() instead of a bit shift in a few places.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f40792a93ccdc4d01c448121da67693fc2f6297a

Modified Files
--------------
src/backend/storage/lmgr/deadlock.c |    4 ++--
src/backend/storage/lmgr/lock.c     |   42 +++++++++++++++++------------------
2 files changed, 23 insertions(+), 23 deletions(-)