]> granicus.if.org Git - postgresql/commit
Minor code cleanup: calling FreeFile() before ereport(ERROR) is not
authorNeil Conway <neilc@samurai.com>
Wed, 20 Jun 2007 02:02:49 +0000 (02:02 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 20 Jun 2007 02:02:49 +0000 (02:02 +0000)
commitc1d89c61fce88ee0e33910af8b0c628a162300c9
tree0a58c1eaf2178e5f42f011ff7dc59f19b765fcb9
parent9cce91dba0de4f00b98f7e12535cc0efd33c69a8
Minor code cleanup: calling FreeFile() before ereport(ERROR) is not
necessary, since files opened via AllocateFile() are closed automatically
as part of error recovery.
src/backend/commands/copy.c