]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Reduce length of TAP test file name.
authorRobert Haas <rhaas@postgresql.org>
Mon, 26 Jan 2026 17:43:52 +0000 (12:43 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 26 Jan 2026 17:44:07 +0000 (12:44 -0500)
commit7903377d9de2f056fd66adc1892cc0771bd2d131
treeeef08c202138fd1e0551492886d2aa07abb5c985
parentccde5be6869c13ad88259d300c684900d7c1eb8c
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
src/bin/pg_combinebackup/meson.build
src/bin/pg_combinebackup/t/011_ib_truncation.pl [moved from src/bin/pg_combinebackup/t/011_incremental_backup_truncation_block.pl with 100% similarity]