pgsql: Don't try to import a non-exported object in vcregress.pl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't try to import a non-exported object in vcregress.pl
Date: 2026-06-12 14:31:43
Message-ID: E1wY2v9-0001nw-0a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't try to import a non-exported object in vcregress.pl

Commit ca9e9b08e453 wrongly tried to import devnull from File::Spec, but
it's not exported, you just call the method via the class. This was
harmless until modern perls complained, so stop doing that.

Per buildfarm failures.

Backpatch 14 thru 16

Branch
------
REL_14_STABLE

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

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-06-12 22:07:51 pgsql: Adjust cross-version upgrade tests for seg_out() fix
Previous Message Álvaro Herrera 2026-06-12 12:25:21 pgsql: Fix translatable string construction in psql