pgsql: In pg_upgrade, fix a few place that used maloc/free rather than

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, fix a few place that used maloc/free rather than
Date: 2012-11-25 03:12:44
Message-ID: E1TcSeC-0002PR-5u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, fix a few place that used maloc/free rather than
pg_malloc/pg_free.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/16e1ae77f9eb64ba7d292fd5f71e289a0fcaa854

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-11-25 03:39:08 pgsql: In pg_upgrade, simplify function copy_file() by using pg_malloc(
Previous Message Bruce Momjian 2012-11-24 03:31:13 Re: In pg_upgrade, copy fsm, vm, and extent files by checking for fi