Re: pgsql (configure configure.in) - Mailing list pgsql-committers

From eisentrp@csis.gvsu.edu
Subject Re: pgsql (configure configure.in)
Date
Msg-id Pine.LNX.4.21.0007130901240.1698-100000@eos05.csis.gvsu.edu
Whole thread Raw
In response to Re: pgsql (configure configure.in)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql (configure configure.in)  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: REL7_0_PATCHES pgsql/src/backend/optimizer/path (indxpath.c)
Next
From: Tom Lane
Date:
Subject: Re: pgsql (configure configure.in)