pgsql: Fix quoting in the add_to_path Makefile macro. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix quoting in the add_to_path Makefile macro.
Date
Msg-id E1XdWTi-0007TN-4J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix quoting in the add_to_path Makefile macro.

The previous quoting caused "make -C src/bin check" to ignore, rather
than add to, any LD_LIBRARY_PATH content from the environment.
Back-patch to 9.4, where the macro was introduced.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4b9d7ccab3fc180ca9830a92688c1b560a01b720

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: pg_recvlogical: Improve --help output
Next
From: Noah Misch
Date:
Subject: pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.