Обсуждение: pgsql: Back out use of FormatMessage(), does error values, not exception

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

pgsql: Back out use of FormatMessage(), does error values, not exception

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Back out use of FormatMessage(), does error values, not exception
values.  Point to /include/ntstatus.h for an exception list, rather than
a URL.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.511 -> r1.512)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.511&r2=1.512)
    pgsql/src/include/port:
        win32.h (r1.68 -> r1.69)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.68&r2=1.69)
    pgsql/src/port:
        exec.c (r1.46 -> r1.47)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.46&r2=1.47)