| От | Jeroen Vermeulen |
|---|---|
| Тема | Re: libpq WSACleanup is not needed |
| Дата | |
| Msg-id | 4975F765.6040306@xs4all.nl обсуждение исходный текст |
| Ответ на | Re: libpq WSACleanup is not needed ("Merlin Moncure" <mmoncure@gmail.com>) |
| Ответы |
Re: libpq WSACleanup is not needed
|
| Список | pgsql-hackers |
Merlin Moncure wrote: > I think init/uninit is the answer. While writing libpqtypes, we noted > that libpq is just plain awkward in a few different ways and probably > deserves a rewrite at some point. not today though.... Would there be any serious harm in: 1. doing the WSAStartup() when the first connection is opened, but 2. cleaning up from either 2a. some kind of on-unload version of DllMain() if possible, or 2b. an explicit new cleanup function ? (I know it says you can't set the thing up from DllMain, but does it say something similar about shutdown?) Jeroen
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера