Re: pgsql (configure configure.in)

Поиск
Список
Период
Сортировка
От eisentrp@csis.gvsu.edu
Тема Re: pgsql (configure configure.in)
Дата
Msg-id Pine.LNX.4.21.0007130901240.1698-100000@eos05.csis.gvsu.edu
обсуждение исходный текст
Ответ на Re: pgsql (configure configure.in)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql (configure configure.in)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Wed, 12 Jul 2000, Tom Lane wrote:

> > Remove a bunch of unused configure tests, in particular cases where
> > * the result is only used in some places, whereas others have been getting away with it
> > * the result is used improperly
>
> Hmm.  Would you mind explaining the cases that fell in those categories?

Not at all.

HEADER_STDC    -- result not used anywhere (except c.h, which used it wrongly)
arpa/inet.h    -- result not used
float.h        -- result not used everywhere
limits.h    -- result not used everywhere
netdb.h        -- result not used
netinet/in.h    -- result not used
sys/param.h    -- result not used

AC_TYPE_UID_T, AC_TYPE_MODE_T, AC_TYPE_OFF_T, AC_TYPE_SIZE_T
        -- results not recorded at all

AC_FUNC_MEMCMP, AC_TYPE_SIGNAL, AC_FUNC_VPRINTF
        -- ditto

All of this was strictly backend and libpq, and stuff that has existed at
least since 6.5.1.


--
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: REL7_0_PATCHES pgsql/src/backend/optimizer/path (indxpath.c)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql (configure configure.in)