]> 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:33 +0000 (16:44 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 12 May 2026 07:44:33 +0000 (16:44 +0900)
commit81c0c77f27bf3ea4ff1ee2e85d782d4c73ff9161
treedd75468856e74541896275ff30a022212de37a19
parent4e1a23c0ea0be0214c6806baa212886cee8f14a6
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/PostgresNode.pm