pgsql: Fix hstore_plpython test when python3 is used.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix hstore_plpython test when python3 is used.
Date: 2015-10-04 20:29:41
Message-ID: E1Zipuf-0005Zs-Je@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix hstore_plpython test when python3 is used.

Due to b67aaf21e8ef8 / CREATE EXTENSION ... CASCADE the test output
contains the extension name in yet another place. Since that's variable
depending on the python version...

Add yet another name mangling stanza to regress-python3-mangle.mk.

Author: Petr Jelinek

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/86b1e6784b19b03606197cf3f69b10f5a653931d

Modified Files
--------------
src/pl/plpython/regress-python3-mangle.mk | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-10-04 21:58:57 pgsql: Improve contrib/pg_stat_statements' handling of garbage collecti
Previous Message Tom Lane 2015-10-04 19:55:31 pgsql: Further twiddling of nodeHash.c hashtable sizing calculation.