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 E1P0hmu-0002TP-70@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix leak patch that was using fclose() instead of close().

Branch
------
master

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

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect usage of non-strict OR joinclauses in appendrel in
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix leak patch that was using fclose() instead of close().