Обсуждение: pgsql/src/interfaces/libpq fe-connect.c win32.h

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

pgsql/src/interfaces/libpq fe-connect.c win32.h

От
Bruce Momjian - CVS
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/07/21 00:32:42

Modified files:
    src/interfaces/libpq: fe-connect.c win32.h

Log message:
    I downloaded new source for lib (only few hours old !!!), and made
    changes on this new source to make non-blocking connection work. I
    tested it, and PQSendQuery and PQGetResult are working fine.

    In win32.h I added one line:
    #define snprintf _snprintf

    Darko Prenosil