Re: IntArray in c.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: IntArray in c.h
Дата
Msg-id 23657.1262101124@sss.pgh.pa.us
обсуждение исходный текст
Ответ на IntArray in c.h  (Hitoshi Harada <umi.tanuki@gmail.com>)
Ответы Re: IntArray in c.h  (Hitoshi Harada <umi.tanuki@gmail.com>)
Список pgsql-hackers
Hitoshi Harada <umi.tanuki@gmail.com> writes:
> I found the struct IntArray defined in c.h is actually used only in
> execQual.c. ISTM the definition should be at least moved to the right
> place.

It's a general-purpose datatype that might be used anywhere that array
indexing happens.  I think the fact that it's currently used only in
execQual is mere happenstance, and should not be "enforced" by moving
or removing the declaration.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Stats for inheritance trees
Следующее
От: Greg Smith
Дата:
Сообщение: Re: parse tree to XML format