]> 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:51 +0000 (05:13 -0700)
committerNoah Misch <noah@leadboat.com>
Mon, 11 May 2026 12:13:51 +0000 (05:13 -0700)
commit14a4a70406ee65104a9f0bc79b3ff1642c83b30a
treec94511a3ad41e316b18316b49181ebdc4143f7f3
parente31ef072073f6b36e82197accd704ae428e6dd18
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/PostgresNode.pm