pgsql: Fix leak patch that was using fclose() instead of close().

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Fix leak patch that was using fclose() instead of close().
Дата
Msg-id E1P0hrk-0002Xr-8v@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix leak patch that was using fclose() instead of close().

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0364ab8b26c105b94e45c9519400796c1439f1b1

Modified Files
--------------
contrib/pg_upgrade/file.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix leak patch that was using fclose() instead of close().
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in