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

From Andrew Dunstan
Subject pgsql: Don't try to import a non-exported object in vcregress.pl
Date
Msg-id E1wY2v9-0001ns-0S@gemulon.postgresql.org
Whole thread
List 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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/87df6e665edb3de2892293d4e84372b18cecbfd8

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


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Fix translatable string construction in psql
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Adjust cross-version upgrade tests for seg_out() fix