pgsql/src/backend/postmaster (postmaster.c)

From: Peter Eisentraut - PostgreSQL <petere>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster (postmaster.c)
Date: 2000-07-12 22:59:05
Message-ID: 200007122259.e6CMx5s74197@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

Modified Files:
postmaster.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:11 pgsql/src/backend/utils/adt (date.c datetime.c float.c int.c int8.c nabstime.c numutils.c timestamp.c varbit.c)
Previous Message Peter Eisentraut - PostgreSQL 2000-07-12 22:59:04 pgsql/src/backend/optimizer/geqo (geqo_eval.c)