forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa7036d
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
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments
Comments
(0)