mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
5d305d86bd
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