pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen
Date: 2009-04-22 01:41:24
Message-ID: 20090422014124.8D51217ADEF2@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:
--------------
pgbulkload/lib:
pg_controlinfo.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/pg_controlinfo.c.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2009-04-22 07:25:11 reorg - pg_reorg: New Directory
Previous Message User Itagaki 2009-04-22 01:26:43 orafce - orafce: Use AllocateFile and FreeFile instead of fopen and