pgsql: Put AC_MSG_RESULT() call in the right place. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Put AC_MSG_RESULT() call in the right place.
Date
Msg-id E1cEQBy-0007o2-3o@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp
Next
From: Tom Lane
Date:
Subject: pgsql: Fix unsafe assumption that struct timeval.tv_sec is a "long".