pgsql: Add missing include in Cluster.pm

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing include in Cluster.pm
Date: 2026-05-12 07:45:39
Message-ID: E1wMhoB-000A87-1p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e95e6e153e7021f9db09459a9b706e3026642b3d

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-05-12 15:29:30 pgsql: Add psql tab completion for FOR PORTION OF clause
Previous Message Michael Paquier 2026-05-12 04:45:26 pgsql: pg_stat_statements: Fix potential use-after-free of PlannedStmt