pq_setkeepalives* functions - Mailing list pgsql-hackers

From Jaime Casanova
Subject pq_setkeepalives* functions
Date
Msg-id 3073cc9b1003122048v7f5ba081t223e05f7acf95ec6@mail.gmail.com
Whole thread Raw
Responses Re: pq_setkeepalives* functions
List 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

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Getting to beta1
Next
From: Andrew Dunstan
Date:
Subject: Re: Dyamic updates of NEW with pl/pgsql