agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: Don't try to import a non-exported object in vcregress.pl 3+ messages / 1 participants [nested] [flat]
* pgsql: Don't try to import a non-exported object in vcregress.pl @ 2026-06-12 14:31 Andrew Dunstan <andrew@dunslane.net> 0 siblings, 0 replies; 3+ messages in thread From: Andrew Dunstan @ 2026-06-12 14:31 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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(-) ^ permalink raw reply [nested|flat] 3+ messages in thread
* pgsql: Don't try to import a non-exported object in vcregress.pl @ 2026-06-12 14:31 Andrew Dunstan <andrew@dunslane.net> 0 siblings, 0 replies; 3+ messages in thread From: Andrew Dunstan @ 2026-06-12 14:31 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/10f087987741394254323bf0016ad1d631494a3d Modified Files -------------- src/tools/msvc/vcregress.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 3+ messages in thread
* pgsql: Don't try to import a non-exported object in vcregress.pl @ 2026-06-12 14:31 Andrew Dunstan <andrew@dunslane.net> 0 siblings, 0 replies; 3+ messages in thread From: Andrew Dunstan @ 2026-06-12 14:31 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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(-) ^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2026-06-12 14:31 UTC | newest] Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-06-12 14:31 pgsql: Don't try to import a non-exported object in vcregress.pl Andrew Dunstan <andrew@dunslane.net> 2026-06-12 14:31 pgsql: Don't try to import a non-exported object in vcregress.pl Andrew Dunstan <andrew@dunslane.net> 2026-06-12 14:31 pgsql: Don't try to import a non-exported object in vcregress.pl Andrew Dunstan <andrew@dunslane.net>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox