Ooops ... add required configure support.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 May 2025 16:24:25 +0000 (12:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 May 2025 16:24:25 +0000 (12:24 -0400)
commit00811a96ac45dc11cf2e144927b5c75645454d28
treed84ea1054794fef078c823517653a1d89a81191b
parent1ddb9e14eadf95802c835a3754af5621615ded30
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: http://postgr.es/m/CA+hUKG+fLqyweHqFSBcErueUVT0vDuSNWui-ySz3+d_APmq7dw@mail.gmail.com
Backpatch-through: 15 only
configure
configure.ac
src/include/pg_config.h.in
src/tools/msvc/Solution.pm