Обсуждение: Duplicate prototype for socket_set_nonblocking.

Поиск
Список
Период
Сортировка

Duplicate prototype for socket_set_nonblocking.

От
Kyotaro HORIGUCHI
Дата:
Hello,

Looking into pqcomm.c, I noticed that the prototype of
socket_set_nonblocking defined twice. Actually the prototype is
not necessary at all but one may remain as a convention.

It doesn't no harm so backpatching seems unnecessary. 

regards,

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Re: Duplicate prototype for socket_set_nonblocking.

От
Robert Haas
Дата:
On Thu, Jul 28, 2016 at 9:12 PM, Kyotaro HORIGUCHI
<horiguchi.kyotaro@lab.ntt.co.jp> wrote:
> Looking into pqcomm.c, I noticed that the prototype of
> socket_set_nonblocking defined twice. Actually the prototype is
> not necessary at all but one may remain as a convention.
>
> It doesn't no harm so backpatching seems unnecessary.

Thanks, committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company