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

Started by Bruce Momjianover 15 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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(-)