pgsql: Cosmetic improvements in plpython's make rule for libpython impo

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cosmetic improvements in plpython's make rule for libpython impo
Date: 2014-02-14 16:31:42
Message-ID: E1WELfy-00050u-7U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cosmetic improvements in plpython's make rule for libpython import library.

This build technique is remarkably ugly, but that doesn't mean it has
to be unreadable too. Be a bit more liberal with the vertical whitespace,
and give the .def file a proper dependency, just in case.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a7983e989d9cafc9cef49becfee054e34b1ed9b4

Modified Files
--------------
src/pl/plpython/Makefile | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-14 16:51:08 pgsql: In mingw builds, make our own import library for libperl.
Previous Message Heikki Linnakangas 2014-02-14 13:20:04 pgsql: Change the order that pg_xlog and WAL archive are polled for WAL