pgsql: Add raw_connect and raw_connect_works to Cluster.pm

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add raw_connect and raw_connect_works to Cluster.pm
Date: 2026-05-11 12:19:40
Message-ID: E1wMPbo-0002dF-0d@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add raw_connect and raw_connect_works to Cluster.pm

These two routines will be used in a test of an upcoming fix. This
commit affects the v14~v17 range. v18 and newer versions already
include them, thanks to 85ec945b7880.

Security: CVE-2026-6479
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/16fda4df63226fe0d5239fe13cdb5aec580c133f
Author: Michael Paquier <michael(at)paquier(dot)xyz>

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2026-05-11 12:19:41 pgsql: Check CREATE privilege on multirange type schema in CREATE TYPE.
Previous Message Noah Misch 2026-05-11 12:19:39 pgsql: Unify src/common/'s definitions of MaxAllocSize.