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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Use LOCKBIT_ON() instead of a bit shift in a few places.
Дата
Msg-id E1ZgZvp-0007Y9-To@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Don't try to create a temp install without abs_top_builddir.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix ON CONFLICT DO UPDATE for tables with oids.