Hi, I'm wondering how safe it is to pass an uninitialized conn to PQfinish.... I have set a SIGALRM handler that terminates my daemon and closes connection to Postgres if time-out happens. However, Im setting the alarm few times before the connection to Postgres was established... which means that conn pointer in not initialized yet and it will be passed to PQfinish in my SIGALRM handler. Im not sure how Postgres will handle that.... so far that doesnt seem to be causing any errors but Im not sure what's actually happening behind the scenes... Any input would be appreciated. Regards, Boulat Khakimov -- Nothing Like the Sun
Boulat Khakimov <boulat@inet-interactif.com> writes:
> I'm wondering how safe it is to pass an uninitialized conn to
> PQfinish....
You can pass a NULL pointer to PQfinish safely, if that's what you
meant. Passing a pointer to uninitialized memory seems like a bad
idea.
regards, tom lane
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера