From: | eisentrp(at)csis(dot)gvsu(dot)edu |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql (configure configure.in) |
Date: | 2000-07-13 13:15:20 |
Message-ID: | Pine.LNX.4.21.0007130901240.1698-100000@eos05.csis.gvsu.edu |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-07-13 15:39:02 | Re: pgsql (configure configure.in) |
Previous Message | Tom Lane | 2000-07-13 05:52:18 | REL7_0_PATCHES pgsql/src/backend/optimizer/path (indxpath.c) |