Обсуждение: pgsql: Fix hstore_plpython test when python3 is used.

Поиск
Список
Период
Сортировка

pgsql: Fix hstore_plpython test when python3 is used.

От
Andres Freund
Дата:
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(+)