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

Commit0918667

Browse files
committed
More fixups for pg_upgrade cross-version tests.
Commit7ca37fb removed regress_putenv from the regress.so library,so reloading a SQL function dependent on that would not work.Fix similarly to52202bb.Per buildfarm.
1 parent16d531a commit0918667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/bin/pg_upgrade/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ if "$MAKE" -C "$oldsrc" installcheck-parallel; then
178178
fix_sql="$fix_sql
179179
DROP FUNCTION IF EXISTS
180180
public.oldstyle_length(integer, text);-- last in 9.6
181+
DROP FUNCTION IF EXISTS
182+
public.putenv(text);-- last in v13
181183
DROP OPERATOR IF EXISTS-- last in v13
182184
public.#@# (pg_catalog.int8, NONE),
183185
public.#%# (pg_catalog.int8, NONE),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp