]> 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:48 +0000 (05:13 -0700)
committerNoah Misch <noah@leadboat.com>
Mon, 11 May 2026 12:13:48 +0000 (05:13 -0700)
commit6dffaeb8e54c26a0b0ff92e56343f0dbe4633e72
tree178607702592fb58e4f750d7d4181a5f00ef4ee1
parent01b5ef7df090c5921cbd373d80e100b1d529c656
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