pgsql: Fix hstore_plpython test when python3 is used. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix hstore_plpython test when python3 is used.
Date
Msg-id E1Zipuf-0005Zs-Je@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Further twiddling of nodeHash.c hashtable sizing calculation.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve contrib/pg_stat_statements' handling of garbage collecti