pgsql: Fix quoting in the add_to_path Makefile macro.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix quoting in the add_to_path Makefile macro.
Date: 2014-10-13 03:39:22
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2014-10-13 15:17:51 pgsql: Increase number of hash join buckets for underestimate.
Previous Message Peter Eisentraut 2014-10-12 05:56:18 pgsql: pg_recvlogical: Improve --help output