Reduce length of TAP test file name.

Buildfarm member fairywren hit the Windows limitation on the length of a
file path. While there may be other things we should also do to prevent
this from happening, it's certainly the case that the length of this
test file name is much longer than others in the same directory, so make
it shorter.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: http://postgr.es/m/274e0a1a-d7d2-4bc8-8b56-dd09f285715e@gmail.com
Backpatch-through: 17
This commit is contained in:
Robert Haas 2026-01-26 12:43:52 -05:00
parent cae8127411
commit cf3170ff31
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ tests += {
't/007_wal_level_minimal.pl',
't/008_promote.pl',
't/009_no_full_file.pl',
't/011_incremental_backup_truncation_block.pl',
't/011_ib_truncation.pl',
],
}
}