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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: In pg_upgrade, fix a few place that used maloc/free rather than
Дата
Msg-id E1TcSeC-0002PR-5u@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove -Wlogical-op from standard compiler flags
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, simplify function copy_file() by using pg_malloc(