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

Commit8d3e171

Browse files
committed
Use older package name in pg_basebackup test
Commit83ed4de inadvertently used the new package names. In version14 or older, use TestLib intead of using PostgreSQL::Test::Utils
1 parent83ed4de commit8d3e171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/t/010_pg_basebackup.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
# Tar format doesn't support filenames longer than 100 bytes.
206206
# Create the test file via a short name directory so it doesn't blow the
207207
# Windows path limit.
208-
my$lftmp =PostgreSQL::Test::Utils::tempdir_short;
208+
my$lftmp =TestLib::tempdir_short;
209209
dir_symlink"$pgdata","$lftmp/pgdata";
210210
my$superlongname ="superlongname_" . ("x"x100);
211211
my$superlongpath ="$lftmp/pgdata/$superlongname";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp