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

Commit162c75d

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 parentd7a186c commit162c75d

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
@@ -202,7 +202,7 @@
202202
# Tar format doesn't support filenames longer than 100 bytes.
203203
# Create the test file via a short name directory so it doesn't blow the
204204
# Windows path limit.
205-
my$lftmp =PostgreSQL::Test::Utils::tempdir_short;
205+
my$lftmp =TestLib::tempdir_short;
206206
dir_symlink"$pgdata","$lftmp/pgdata";
207207
my$superlongname ="superlongname_" . ("x"x100);
208208
my$superlongpath ="$lftmp/pgdata/$superlongname";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp