pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions
Дата
Msg-id E1RsIlz-0004N9-Ta@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Add GCC noreturn attribute to appropriate functions

This is a small help to the compiler and static analyzers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/88a6ac9f93b138d39d08b9882b377539edf985f4

Modified Files
--------------
src/bin/pg_dump/dumputils.h          |    2 +-
src/bin/pg_dump/pg_backup_archiver.c |    2 +-
src/bin/pg_dump/pg_backup_archiver.h |    2 +-
src/bin/pg_dump/pg_dump.h            |    2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Adjust expected regression test outputs for PL/python.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Reduce the amount of const lies a bit