orafce - orafce: Use AllocateFile and FreeFile instead of fopen and - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject orafce - orafce: Use AllocateFile and FreeFile instead of fopen and
Date
Msg-id 20090422012643.B738E17ADEF2@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove the long-obsolete homebrew dl*() functions for AIX, in
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen