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:37:36
Message-ID: E1P0hrk-0002Xr-8v@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
------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-09-28 21:41:07 pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in
Previous Message Bruce Momjian 2010-09-28 21:32:36 pgsql: Fix leak patch that was using fclose() instead of close().