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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
