Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86b1e67

Browse files
committed
Fix hstore_plpython test when python3 is used.
Due tob67aaf2 / CREATE EXTENSION ... CASCADE the test outputcontains the extension name in yet another place. Since that's variabledepending on the python version...Add yet another name mangling stanza to regress-python3-mangle.mk.Author: Petr Jelinek
1 parentf2fc98f commit86b1e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pgregress-python3-mangle:
2525
-e"s/LANGUAGE plpython2u/LANGUAGE plpython3u/g"\
2626
-e"s/EXTENSION \([^ ]*_\)*plpythonu/EXTENSION \1plpython3u/g"\
2727
-e"s/EXTENSION \([^ ]*_\)*plpython2u/EXTENSION \1plpython3u/g"\
28+
-e's/installing required extension "plpython2u"/installing required extension "plpython3u"/g'\
2829
$$file>`echo$$file| sed's,^.*/\([^/][^/]*/\)\([^/][^/]*\)$$,\1python3/\2,'`||exit;\
2930
done
3031

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp