Обсуждение: pgsql: Ooops ... add required configure support.

Поиск
Список
Период
Сортировка

pgsql: Ooops ... add required configure support.

От
Tom Lane
Дата:
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

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/00811a96ac45dc11cf2e144927b5c75645454d28

Modified Files
--------------
configure                  | 12 +++++++-----
configure.ac               |  5 +++--
src/include/pg_config.h.in |  3 +++
src/tools/msvc/Solution.pm |  1 +
4 files changed, 14 insertions(+), 7 deletions(-)