Ooops ... add required configure support.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 00811a96ac45dc11cf2e144927b5c75645454d28
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-05-09T16:24:25Z
Releases: 15.14
Ooops ... add required configure support.

The previous commit assumed we have a configure probe for
SSL_CTX_set_cert_cb.  v15 lacks that, so add it now.
(Details borrowed from 36f40ce2d.)

Reported-by: Thomas Munro <thomas.munro@gmail.com>
Author: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+hUKG+fLqyweHqFSBcErueUVT0vDuSNWui-ySz3+d_APmq7dw@mail.gmail.com
Backpatch-through: 15 only

Files

PathChange+/−
configure modified +7 −5
configure.ac modified +3 −2
src/include/pg_config.h.in modified +3 −0
src/tools/msvc/Solution.pm modified +1 −0

Discussion