]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add raw_connect and raw_connect_works to Cluster.pm
authorMichael Paquier <michael@paquier.xyz>
Mon, 11 May 2026 12:13:50 +0000 (05:13 -0700)
committerNoah Misch <noah@leadboat.com>
Mon, 11 May 2026 12:13:50 +0000 (05:13 -0700)
commit16fda4df63226fe0d5239fe13cdb5aec580c133f
treeffd2babb6bb8fe6cbe02c4d0b4c03eec8dbf91ea
parent4032c9d98ab767fcbc5fa65b6ab1a39412b68912
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
src/test/perl/PostgreSQL/Test/Cluster.pm