Manual bitswizzling -> LOCKBIT_ON

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Manual bitswizzling -> LOCKBIT_ON
Дата
Msg-id CAEepm=1hYPebYfVJ=sK9SyTjKGjLkBjXNh2fxBFCT5+3Cw4OkQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Manual bitswizzling -> LOCKBIT_ON  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi

While studying lmgr code, I noticed that there are a couple of places
that use 1 << x to convert a LOCKMODE to a LOCKMASK instead of the
macro that is used elsewhere.  Should that be changed for consistency,
as in the attached?

--
Thomas Munro
http://www.enterprisedb.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: PATCH: use foreign keys to improve join estimates v1
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Parallel Seq Scan