PQfinish(const PGconn *conn) question

Поиск
Список
Период
Сортировка
От Boulat Khakimov
Тема PQfinish(const PGconn *conn) question
Дата
Msg-id 3AA80394.B2C62886@inet-interactif.com
обсуждение исходный текст
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: compilation error
Следующее
От: Camm Maguire
Дата:
Сообщение: Query speed anomalies