]> 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:49 +0000 (05:13 -0700)
committerNoah Misch <noah@leadboat.com>
Mon, 11 May 2026 12:13:49 +0000 (05:13 -0700)
commitc2e6ef86317d372f8bbca42b830c70ff3f0da275
tree7456fe3af40041f33bc7d1207d9394067e6a6b09
parentaff71f87ba78e8fe5fb266ecfce692f2e23a5d6a
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