• Bruce Momjian's avatar
    libpq: use pgsocket for socket values, for portability · 5d305d86
    Bruce Momjian authored
    Previously, 'int' was used for socket values in libpq, but socket values
    are unsigned on Windows.  This is a style correction.
    
    Initial patch and previous PGINVALID_SOCKET initial patch by Joel
    Jacobson, modified by me
    
    Report from PVS-Studio
    5d305d86
fe-connect.c 140 KB