]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing include in Cluster.pm
authorMichael Paquier <michael@paquier.xyz>
Tue, 12 May 2026 07:44:32 +0000 (16:44 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 12 May 2026 07:44:32 +0000 (16:44 +0900)
commitd8d46710cdbb0b0cfb9a8d614b7e8937297aff58
tree6d5e0da27a7eab8500a0a7f918b01ad9d8cff372
parent005c1971a2926fbb9caf5a1ad634cd17a42bfd3c
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 6dffaeb8e54c, so like the other commit
this is applied across the v14~17 range.  Per buildfarm member drongo.

Security: CVE-2026-6479
Backpatch-through: 14
src/test/perl/PostgreSQL/Test/Cluster.pm