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

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Use AllocateFile and FreeFile instead of fopen and
Date: 2009-04-22 01:26:43
Message-ID: 20090422012643.B738E17ADEF2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2009-04-22 01:41:24 pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen
Previous Message Tom Lane 2009-04-21 21:15:50 pgsql: Remove the long-obsolete homebrew dl*() functions for AIX, in