orafce - orafce: Use AllocateFile and FreeFile instead of fopen and

Поиск
Список
Период
Сортировка
От itagaki@pgfoundry.org (User Itagaki)
Тема orafce - orafce: Use AllocateFile and FreeFile instead of fopen and
Дата
Msg-id 20090422012643.B738E17ADEF2@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Use AllocateFile and FreeFile instead of fopen and fclose.

Modified Files:
--------------
    orafce:
        file.c (r1.17 -> r1.18)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.17&r2=1.18)
        others.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/others.c.diff?r1=1.16&r2=1.17)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove the long-obsolete homebrew dl*() functions for AIX, in
Следующее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen