pgsql: Minor code cleanup: calling FreeFile() before ereport(ERROR) is

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Minor code cleanup: calling FreeFile() before ereport(ERROR) is
Дата
Msg-id 20070620020249.DDC949FB5C7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Minor code cleanup: calling FreeFile() before ereport(ERROR) is not
necessary, since files opened via AllocateFile() are closed automatically
as part of error recovery.

Modified Files:
--------------
    pgsql/src/backend/commands:
        copy.c (r1.284 -> r1.285)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c.diff?r1=1.284&r2=1.285)

В списке pgsql-committers по дате отправления:

Предыдущее
От: pgunittest@pgfoundry.org (User Pgunittest)
Дата:
Сообщение: pgunittest - GeneratorParser:
Следующее
От: pgunittest@pgfoundry.org (User Pgunittest)
Дата:
Сообщение: pgunittest - GeneratorParser: New Directory