Content-Length: 262185 | pFad | http://github.com/postgrespro/postgres/commit/90657b42bfd592d906989023886ff2875ff2ae95

CA Avoid warning about uninitialized value in MSVC python3 tests · postgrespro/postgres@90657b4 · GitHub
Skip to content

Commit 90657b4

Browse files
committed
Avoid warning about uninitialized value in MSVC python3 tests
Juan José Santamaría Flecha Backpatch to all live branches
1 parent f3e7806 commit 90657b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ sub mangle_plpython3
347347
s/([ [{])u'/$1'/g;
348348
s/def next/def __next__/g;
349349
s/LANGUAGE plpython2?u/LANGUAGE plpython3u/g;
350-
s/EXTENSION ([^ ]*_)*plpython2?u/EXTENSION $1plpython3u/g;
350+
s/EXTENSION (\S*?)plpython2?u/EXTENSION $1plpython3u/g;
351351
s/installing required extension "plpython2u"/installing required extension "plpython3u"/g;
352352
}
353353
for ($contents);

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/90657b42bfd592d906989023886ff2875ff2ae95

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy