pgsql: In pg_upgrade, no need to initialize global struct values; they - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, no need to initialize global struct values; they
Date
Msg-id E1PpnoY-0002eP-CU@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Better support for thread-support flag detection with clang