Brent Verner <[EMAIL PROTECTED]> writes: > | This coding is WRONG. You do not use fclose() to release a file > | opened with AllocateFile.
> s/fclose/FreeFile/ Actually, my recommendation is to remove it altogether. The mechanisms are in place to close allocated files after elog(), so why waste thought and code space to release them manually? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster