mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add missing include in Cluster.pm
The postmaster test 004_negotiate.pl could fail due to IO::Socket::INET
gone missing, in environments that cannot use Unix sockets.
Oversight in the backport done in 6dffaeb8e5, so like the other commit
this is applied across the v14~17 range. Per buildfarm member drongo.
Security: CVE-2026-6479
Backpatch-through: 14
This commit is contained in:
parent
005c1971a2
commit
d8d46710cd
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ use File::Path qw(rmtree mkpath);
|
|||
use File::Spec;
|
||||
use File::stat qw(stat);
|
||||
use File::Temp ();
|
||||
use IO::Socket::INET;
|
||||
use IPC::Run;
|
||||
use PostgreSQL::Version;
|
||||
use PostgreSQL::Test::RecursiveCopy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue