pgsql: Use LOCKBIT_ON() instead of a bit shift in a few places. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use LOCKBIT_ON() instead of a bit shift in a few places.
Date
Msg-id E1ZgZvp-0007Y9-To@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Don't try to create a temp install without abs_top_builddir.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix ON CONFLICT DO UPDATE for tables with oids.