pgsql/src/backend/utils/adt (date.c datetime.c float.c int.c int8.c nabstime.c numutils.c timestamp.c varbit.c)

From: Peter Eisentraut - PostgreSQL <petere>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (date.c datetime.c float.c int.c int8.c nabstime.c numutils.c timestamp.c varbit.c)
Date: 2000-07-12 22:59:11
Message-ID: 200007122259.e6CMxBX74250@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, July 12, 2000 @ 18:59:10
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/home/projects/pgsql/tmp/cvs-serv72398/src/backend/utils/adt

Modified Files:
date.c datetime.c float.c int.c int8.c nabstime.c numutils.c
timestamp.c varbit.c

----------------------------- Log Message -----------------------------

Remove a bunch of unused configure tests, in particular cases where
* the result is not recorded anywhere
* the result is not used anywhere
* the result is only used in some places, whereas others have been getting away with it
* the result is used improperly

Also make command line options handling a little better (e.g., --disable-locale,
while redundant, should really still *dis*able).

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-07-12 22:59:15 pgsql/src/include (c.h config.h.in)
Previous Message Peter Eisentraut - PostgreSQL 2000-07-12 22:59:05 pgsql/src/backend/postmaster (postmaster.c)