From: | Brent Verner <brent(at)rcfile(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Douglas Trainor <trainor(at)uic(dot)edu>, pgsql-bugs(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: COPY when 'filename' is a directory |
Date: | 2002-02-24 01:56:22 |
Message-ID: | 20020224015622.GA22891@rcfile.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
[2002-02-23 20:27] Tom Lane said:
| Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
| > {
| > + struct stat st;
| > fp = AllocateFile(filename, PG_BINARY_R);
| > + fclose(fp);
|
| This coding is WRONG. You do not use fclose() to release a file
| opened with AllocateFile.
s/fclose/FreeFile/
hiding in shame,
brent
--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-02-24 01:59:42 | Re: COPY when 'filename' is a directory |
Previous Message | Tom Lane | 2002-02-24 01:27:47 | Re: COPY when 'filename' is a directory |
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-02-24 01:59:42 | Re: COPY when 'filename' is a directory |
Previous Message | Tom Lane | 2002-02-24 01:27:47 | Re: COPY when 'filename' is a directory |