Re: GIST_LEAF vs. leaf_key; gist?entryinit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GIST_LEAF vs. leaf_key; gist?entryinit
Дата
Msg-id 4441.1046442915@sss.pgh.pa.us
обсуждение исходный текст
Ответ на GIST_LEAF vs. leaf_key; gist?entryinit  (Itai Zukerman <zukerman@math-hat.com>)
Список pgsql-hackers
Itai Zukerman <zukerman@math-hat.com> writes:
> and later (in gistPageAddItem):
>     gistcentryinit(giststate, 0, &tmpcentry, dentry->key, r, page,
>                    offsetNumber, dentry->bytes, FALSE);
> Isn't the call missing the "isNull" parameter?

I was just wondering whether GIST_PAGEADDITEM is defined or not.
Evidently not, because that code wouldn't get past gcc.

Anyone know when that #define symbol was introduced?  Has the
GIST_PAGEADDITEM code *ever* worked?
        regards, tom lane


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

Предыдущее
От: Itai Zukerman
Дата:
Сообщение: GIST_LEAF vs. leaf_key; gist?entryinit
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Can pessimistic locking be emulated?