pgsql: Code the unknown options check without using m4 diversions.

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Code the unknown options check without using m4 diversions.
Дата
Msg-id 20061030221504.8F8F39FB2C4@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Code the unknown options check without using m4 diversions.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Log Message:
-----------
Code the unknown options check without using m4 diversions.  Otherwise this
code relies on the checking macro actually being called at the end, or the
automatic undiversion will produce garbage.  These sort of implicit
side-effects undermine the modularity of the macros and happen to break the
ODBC driver which makes use of them.

Also put the warnings at the very end of configure, so there is an even
better chance of seeing them.

Modified Files:
--------------
    pgsql:
        configure (r1.515 -> r1.516)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.515&r2=1.516)
        configure.in (r1.484 -> r1.485)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.484&r2=1.485)
    pgsql/config:
        general.m4 (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/config/general.m4.diff?r1=1.6&r2=1.7)

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

Предыдущее
От: petere@pgfoundry.org (User Petere)
Дата:
Сообщение: psqlodbc - psqlodbc: Don't pull in libraries and cflags from pg_config;
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE