pgsql: Put AC_MSG_RESULT() call in the right place.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Put AC_MSG_RESULT() call in the right place.
Дата
Msg-id E1cEQBy-0007o2-3o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Put AC_MSG_RESULT() call in the right place.

Thinko in ecb0d20a9 --- this needs to go one level further out in
the "if" nest.  As it stood, nothing got printed in the case of
selecting named POSIX semaphores.  Cosmetic issue only, but a bug.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c648f058319a59ad591dd9d1b0c48dfd655d063a

Modified Files
--------------
configure    | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unsafe assumption that struct timeval.tv_sec is a "long".