pgsql: Fix shell error on Solaris - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix shell error on Solaris
Date
Msg-id E1YlKe3-0001OZ-Hb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix shell error on Solaris

Apparently, the Bourne shell on Solaris doesn't like "for" loops with an
empty list, so have "make" skip the loop in that case.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2aa0fb032ecdc5624a3706a2db0a7ca42bbaf211

Modified Files
--------------
src/Makefile.global.in |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve speed of make check-world
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix deadlock at startup, if max_prepared_transactions is too sma