pgsql: Adjust pg_upgrade error message, array freeing, and add error ch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Adjust pg_upgrade error message, array freeing, and add error ch
Дата
Msg-id E1PpR4r-00070F-3a@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Adjust pg_upgrade error message, array freeing, and add error check.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fe8f15d5d2f42ad1ce6a0114c12fd3da0f14dd4a

Modified Files
--------------
contrib/pg_upgrade/check.c       |    2 --
contrib/pg_upgrade/info.c        |    9 +++++++++
contrib/pg_upgrade/pg_upgrade.c  |    1 -
contrib/pg_upgrade/relfilenode.c |    2 +-
4 files changed, 10 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Bring hstore's comment into line with style of other contrib com
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.