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

Commitfa7036d

Browse files
committed
Use tempdir_short instead of tempdir.
Aftercd64dc4, a significantpercentage of the buildfarm got unhappy, because pg_basebackup chokesif it tries to create a tarfile with symlink more than 99 charactersin length. To try to fix that problem, use tempdir_short instead oftempdir, as we do in pg_verifybackup's 003_corruption.pl.There's a more complicated workaround for the same issue inpg_basebackup's 010_pg_basebackup.pl, but I'm not clear whetherthere's any reason to do it that way here. For now, let's try this,to at least get the buildfarm green again.A better long-term fix would be to figure out how to generate tarfiles containing long symlinks, but that will have to wait foranother time.
1 parentcd64dc4 commitfa7036d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_combinebackup/t/002_compare_backups.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use PostgreSQL::Test::Utils;
88
use Test::More;
99

10-
my$tempdir = PostgreSQL::Test::Utils::tempdir;
10+
my$tempdir = PostgreSQL::Test::Utils::tempdir_short();
1111

1212
# Set up a new database instance.
1313
my$primary = PostgreSQL::Test::Cluster->new('primary');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp