pgsql: contrib/sslinfo needs a fix too to make hamerkop happy.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: contrib/sslinfo needs a fix too to make hamerkop happy. |
| Дата | |
| Msg-id | E1mjl7R-0000aN-2c@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
contrib/sslinfo needs a fix too to make hamerkop happy. Re-ordering the #include's is a bit problematic here because libpq/libpq-be.h needs to include <openssl/ssl.h>. Instead, let's #undef the unwanted macro after all the #includes. This is definitely uglier than the other way, but it should work despite possible future header rearrangements. (A look at the openssl headers indicates that X509_NAME is the only conflicting symbol that we use.) In passing, remove a related but long-incorrect comment in pg_backup_archiver.h. Discussion: https://postgr.es/m/1051867.1635720347@sss.pgh.pa.us Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/568620dfd6912351b4127435eca5309f823abde8 Modified Files -------------- contrib/sslinfo/sslinfo.c | 11 +++++++++++ src/bin/pg_dump/pg_backup_archiver.h | 4 ---- 2 files changed, 11 insertions(+), 4 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера