Обсуждение: pgsql: The attached patch fixes psql's win32 frontend-only build, by

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

pgsql: The attached patch fixes psql's win32 frontend-only build, by

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
The attached patch fixes psql's win32 frontend-only build, by using
pg_strcasecmp in variables.c, and #ifdef'ing out PostmasterPid in
miscadmin.h.

Dave Page

Modified Files:
--------------
    pgsql/src/bin/psql:
        variables.c (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/variables.c.diff?r1=1.19&r2=1.20)
    pgsql/src/include:
        miscadmin.h (r1.169 -> r1.170)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h.diff?r1=1.169&r2=1.170)