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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix leak patch that was using fclose() instead of close().
Date: 2010-09-28 21:32:36
Message-ID: E1P0hmu-0002TP-70@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-09-28 21:37:36 pgsql: Fix leak patch that was using fclose() instead of close().
Previous Message Tom Lane 2010-09-28 20:15:39 pgsql: Fix incorrect usage of non-strict OR joinclauses in appendrel in