pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on
Дата
Msg-id 20080410165910.593847559CC@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Create wrapper pgwin32_safestat() and redefine stat() to it
on win32, because the stat() function in the runtime cannot
be trusted to always update the st_size field.

Per report and research by Sergey Zubkovsky.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/include:
        port.h (r1.116.2.1 -> r1.116.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h?r1=1.116.2.1&r2=1.116.2.2)
    pgsql/src/port:
        dirmod.c (r1.51 -> r1.51.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c?r1=1.51&r2=1.51.2.1)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Create wrapper pgwin32_safestat() and redefine stat() to it on