pgsql: plpython: Fix sed expression in python3 build

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: plpython: Fix sed expression in python3 build
Date: 2011-11-29 04:41:37
Message-ID: E1RVFVh-0005pj-69@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

plpython: Fix sed expression in python3 build

The old expression sed 's,$(srcdir),python3,' would normally resolve
as sed 's,.,python3,', which is not really what we wanted. While it
doesn't actually break anything right now, it's still wrong, so put in
a bit more work to make it more robust.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/04e5cb629b5c46462eee334f68d5ea12bc9097e0

Modified Files
--------------
src/pl/plpython/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-11-29 04:51:48 pgsql: python.m4: Remove useless "import string" calls
Previous Message Peter Eisentraut 2011-11-29 04:31:51 pgsql: pg_dump: Fix clean rule after file renaming shuffle