pgsql: In pg_upgrade, no need to initialize global struct values; they

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, no need to initialize global struct values; they
Date: 2011-02-16 20:17:30
Message-ID: E1PpnoY-0002eP-CU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, no need to initialize global struct values; they are
always zeros. Also no need to free memory before we exit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/497e65f822ff33ed964d1c891ee6de0d97d0b2a6

Modified Files
--------------
contrib/pg_upgrade/info.c | 6 ------
contrib/pg_upgrade/pg_upgrade.c | 26 +-------------------------
contrib/pg_upgrade/pg_upgrade.h | 1 -
3 files changed, 1 insertions(+), 32 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-16 20:18:14 Re: [COMMITTERS] pgsql: Cleanup ClusterInfo initialization in pg_upgrade
Previous Message Simon Riggs 2011-02-16 19:30:45 pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand