[MASSMAIL]pgsql: Unwind #if spaghetti in hmac_openssl.c a bit.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | [MASSMAIL]pgsql: Unwind #if spaghetti in hmac_openssl.c a bit. |
| Дата | |
| Msg-id | E1rrfKn-0008u5-Jh@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Unwind #if spaghetti in hmac_openssl.c a bit. Make this code a little less confusing by defining a separate macro that controls whether we'll use ResourceOwner facilities to track the existence of a pg_hmac_ctx context. The proximate reason to touch this is that since b8bff07da, we got "unused function" warnings if building with older OpenSSL, because the #if guards around the ResourceOwner wrapper function definitions were different from those around the calls of those functions. Pulling the ResourceOwner machinations outside of the #ifdef HAVE_xxx guards fixes that and makes the code clearer too. Discussion: https://postgr.es/m/1394271.1712016101@sss.pgh.pa.us Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/38698dd38e56b6de31545ac284e36feb00d413cb Modified Files -------------- src/common/hmac_openssl.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера