pgsql: Tighten up make_libc_collator() and make_icu_collator().
В списке pgsql-committers по дате отправления:
| От | Jeff Davis |
|---|---|
| Тема | pgsql: Tighten up make_libc_collator() and make_icu_collator(). |
| Дата | |
| Msg-id | E1stAwU-000jKT-UM@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Tighten up make_libc_collator() and make_icu_collator(). Ensure that error paths within these functions do not leak a collator, and return the result rather than using an out parameter. (Error paths in the caller may still result in a leaked collator, which will be addressed separately.) In make_libc_collator(), if the first newlocale() succeeds and the second one fails, close the first locale_t object. The function make_icu_collator() doesn't have any external callers, so change it to be static. Discussion: https://postgr.es/m/54d20e812bd6c3e44c10eddcd757ec494ebf1803.camel@j-davis.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ceeaaed87aa39425f1f2c2409f927c76efb8de89 Modified Files -------------- src/backend/utils/adt/pg_locale.c | 176 ++++++++++++++++++++++++-------------- src/include/utils/pg_locale.h | 4 - 2 files changed, 111 insertions(+), 69 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера