pgsql: Cosmetic improvements in plpython's make rule for libpython impo - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Cosmetic improvements in plpython's make rule for libpython impo
Date
Msg-id E1WELfy-00050u-7U@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Cosmetic improvements in plpython's make rule for libpython impo  (Noah Misch <noah@leadboat.com>)
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Change the order that pg_xlog and WAL archive are polled for WAL
Next
From: Tom Lane
Date:
Subject: pgsql: In mingw builds, make our own import library for libperl.