Misunderstanding on the FSM README file

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Misunderstanding on the FSM README file
Дата
Msg-id CAECtzeWmsCEi1i75fBnxtb0FFwxf0OmETgXgTa5t+6Sq-eC-5Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Misunderstanding on the FSM README file  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Hi,

I've been reading the FSM README file lately (src/backend/storage/freespace/README), and I'm puzzled by one of the graph (the binary tree structure of an FSM file). Here it is:

    4  
 4     2  
3 4   0 2    <- This level represents heap pages

Shouldn't the last line be:
4 3   2 0

(ie, highest number of free space on the left node, lowest on the right one)

Probably just nitpicking, but still, I'm wondering if I missed something out.

Thanks.

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Removing INNER JOINs
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Misunderstanding on the FSM README file