Обсуждение: pgsql: Don't bother to set sockaddr_un.sun_len.

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

pgsql: Don't bother to set sockaddr_un.sun_len.

От
Thomas Munro
Дата:
Don't bother to set sockaddr_un.sun_len.

It's not necessary to fill in sun_len when calling bind() or connect(),
on all known systems that have it.

Discussion: https://postgr.es/m/2781112.1644819528%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c9818798147a4eec00bba61a05fa9bc88398ec3b

Modified Files
--------------
src/common/ip.c | 14 --------------
1 file changed, 14 deletions(-)