]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove a bunch of unused configure tests, in particular cases where
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Jul 2000 22:59:15 +0000 (22:59 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Jul 2000 22:59:15 +0000 (22:59 +0000)
commitcb292206c5c160cde6eb5618de64f810e62f378a
tree54e4fc4f39a97edad06ae0f8266d87c46a506d06
parentdce43d22f052f7c9cbbf9535c9e50aaa7e51c1d9
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).
20 files changed:
configure
configure.in
contrib/odbc/odbc.c
contrib/pgbench/pgbench.c
src/backend/libpq/crypt.c
src/backend/libpq/pqformat.c
src/backend/optimizer/geqo/geqo_eval.c
src/backend/postmaster/postmaster.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/float.c
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/varbit.c
src/include/c.h
src/include/config.h.in
src/include/utils/varbit.h