pq_setkeepalives* functions

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема pq_setkeepalives* functions
Дата
Msg-id 3073cc9b1003122048v7f5ba081t223e05f7acf95ec6@mail.gmail.com
обсуждение исходный текст
Ответы Re: pq_setkeepalives* functions  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Hi,

In 2 of 3 pq_setkeepalives* functions we have the #DEFINE involving
even this conditional:
"""
    if (port == NULL || IS_AF_UNIX(port->laddr.addr.ss_family))
        return STATUS_OK;
"""

but in pq_setkeepalivesinterval() the #DEFINE is after the
conditional, doesn't seems to affect anything but for consistency with
the other two :)

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Getting to beta1
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Dyamic updates of NEW with pl/pgsql