pgsql/src/backend/libpq (crypt.c pqformat.c)

Поиск
Список
Период
Сортировка
От Peter Eisentraut - PostgreSQL
Тема pgsql/src/backend/libpq (crypt.c pqformat.c)
Дата
Msg-id 200007122259.e6CMx0C74143@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, July 12, 2000 @ 18:58:59
Author: petere

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

Modified Files:
    crypt.c pqformat.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).


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/contrib/pgbench (pgbench.c)
Следующее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/src/backend/optimizer/geqo (geqo_eval.c)