]> granicus.if.org Git - postgresql/commitdiff
Fix hstore_plpython test when python3 is used.
authorAndres Freund <andres@anarazel.de>
Sun, 4 Oct 2015 20:24:13 +0000 (22:24 +0200)
committerAndres Freund <andres@anarazel.de>
Sun, 4 Oct 2015 20:29:03 +0000 (22:29 +0200)
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

src/pl/plpython/regress-python3-mangle.mk

index d2c7490b8a34d43c06bcc0775df2107cbb5c4dd2..63948159bb4971a182976e7de5ba9e2df17dddb5 100644 (file)
@@ -25,6 +25,7 @@ pgregress-python3-mangle:
              -e "s/LANGUAGE plpython2u/LANGUAGE plpython3u/g" \
              -e "s/EXTENSION \([^ ]*_\)*plpythonu/EXTENSION \1plpython3u/g" \
              -e "s/EXTENSION \([^ ]*_\)*plpython2u/EXTENSION \1plpython3u/g" \
+             -e 's/installing required extension "plpython2u"/installing required extension "plpython3u"/g' \
            $$file >`echo $$file | sed 's,^.*/\([^/][^/]*/\)\([^/][^/]*\)$$,\1python3/\2,'` || exit; \
        done