Re: pq_setkeepalives* functions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pq_setkeepalives* functions
Дата
Msg-id 201003131535.o2DFZoK11359@momjian.us
обсуждение исходный текст
Ответ на pq_setkeepalives* functions  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: pq_setkeepalives* functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Jaime Casanova wrote:
> 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 :)
> 

Thanks, applied.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 PG East:  http://www.enterprisedb.com/community/nav-pg-east-2010.do


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Warning about invalid .pgpass passwords
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pq_setkeepalives* functions