pgsql: The Win32 DEF files that are generated for libpq contain the

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: The Win32 DEF files that are generated for libpq contain the
Дата
Msg-id 20060718221808.DF1A69FA379@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
The Win32 DEF files that are generated for libpq contain the attribute
"DESCRIPTION", which is actually only allowed for device drivers. The
compilers ignore it with a warning - if we remove them, we get rid of
the warning.

Magnus Hagander

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        Makefile (r1.145 -> r1.146)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.145&r2=1.146)

В списке pgsql-committers по дате отправления:

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres:
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: copydir() and rmtree() need to use lstat, not stat, to behave as