pgsql: Modify pg_dump to use error-free memory allocation macros. This

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Modify pg_dump to use error-free memory allocation macros. This
Дата
Msg-id E1RU2aN-0002Ff-33@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Modify pg_dump to use error-free memory allocation macros.  This avoids
ignoring errors and call-site error checking.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3c0afde11a12bb3ca7c68a30ad0dedaa0d1adef5

Modified Files
--------------
src/bin/pg_dump/Makefile              |    8 +-
src/bin/pg_dump/common.c              |  977 +--------------------------------
src/bin/pg_dump/common.h              |   24 +
src/bin/pg_dump/compress_io.c         |   45 +--
src/bin/pg_dump/dumpcatalog.c         |  978 +++++++++++++++++++++++++++++++++
src/bin/pg_dump/dumputils.c           |    1 +
src/bin/pg_dump/pg_backup_archiver.c  |   92 ++--
src/bin/pg_dump/pg_backup_custom.c    |   23 +-
src/bin/pg_dump/pg_backup_db.c        |   21 +-
src/bin/pg_dump/pg_backup_directory.c |   25 +-
src/bin/pg_dump/pg_backup_files.c     |   13 +-
src/bin/pg_dump/pg_backup_null.c      |    5 +-
src/bin/pg_dump/pg_backup_tar.c       |   27 +-
src/bin/pg_dump/pg_dump.c             |  361 ++++++------
src/bin/pg_dump/pg_dump.h             |    5 -
src/bin/pg_dump/pg_dump_sort.c        |   23 +-
src/bin/pg_dump/pg_dumpall.c          |   65 ++-
src/bin/pg_dump/pg_restore.c          |   25 +-
18 files changed, 1357 insertions(+), 1361 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Allow pg_upgrade to upgrade clusters that use exclusion contrain
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix unvalidated check constraints on domains, too