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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: In pg_upgrade, no need to initialize global struct values; they
Дата
Msg-id E1PpnoY-0002eP-CU@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Better support for thread-support flag detection with clang