remove redundant check of item pointer

Поиск
Список
Период
Сортировка
От Junwang Zhao
Тема remove redundant check of item pointer
Дата
Msg-id CAEG8a3KzayPU7mMRBLTbTZ9UTu27r0JccgaFy6qtYk8Er7KOEg@mail.gmail.com
обсуждение исходный текст
Ответы Re: remove redundant check of item pointer
Список pgsql-hackers
In function ItemPointerEquals, the ItemPointerGetBlockNumber
already checked the ItemPointer if valid, there is no need
to check it again in ItemPointerGetOffset, so use
ItemPointerGetOffsetNumberNoCheck instead.

-- 
Regards
Junwang Zhao

Вложения

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

Предыдущее
От: Wilm Hoyer
Дата:
Сообщение: AW: BUG #17448: In Windows 10, version 1703 and later, huge_pages doesn't work.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: remove redundant check of item pointer