pgsql: Fix leak patch that was using fclose() instead of close(). - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix leak patch that was using fclose() instead of close().
Date
Msg-id E1P0hrk-0002Xr-8v@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Fix leak patch that was using fclose() instead of close().
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in