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 E1P0hmu-0002TP-70@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect usage of non-strict OR joinclauses in appendrel in
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix leak patch that was using fclose() instead of close().