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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put AC_MSG_RESULT() call in the right place.
Date: 2016-12-07 00:34:38
Message-ID: E1cEQBy-0007o2-3o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-07 00:52:53 pgsql: Fix unsafe assumption that struct timeval.tv_sec is a "long".
Previous Message Michael Paquier 2016-12-07 00:30:26 Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp