Re: [HACKERS] Small code improvement for btree

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Small code improvement for btree
Дата
Msg-id 15777.1505767199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Small code improvement for btree  (Doug Doole <DougDoole@gmail.com>)
Ответы Re: [HACKERS] Small code improvement for btree  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
Doug Doole <DougDoole@gmail.com> writes:
> Looks good to me.
> The new status of this patch is: Ready for Committer

Pushed.  Grepping found a few more places that should be changed to
use these macros rather than referencing btpo_flags directly,
so I did that.

I tend to agree with Alvaro that it'd be better to get rid of
BT_READ/BT_WRITE in favor of using the same buffer flags used
elsewhere; but I also agree that as long as they're there we
should use them, so I included that change as well.
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Parallel Hash take II
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables