pgsql: Reduce length of TAP test file name.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reduce length of TAP test file name.
Date: 2026-01-26 18:08:34
Message-ID: E1vkR0s-002o7A-0X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: http://postgr.es/m/274e0a1a-d7d2-4bc8-8b56-dd09f285715e@gmail.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cf3170ff315998dffdc7aa3501d6362a840d777c

Modified Files
--------------
src/bin/pg_combinebackup/meson.build | 2 +-
...{011_incremental_backup_truncation_block.pl => 011_ib_truncation.pl} | 0
2 files changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2026-01-26 19:28:34 pgsql: Lookup the correct ordering for parallel GIN builds
Previous Message Peter Eisentraut 2026-01-26 15:08:18 pgsql: Fix accidentally cast away qualifiers