pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions

Started by Peter Eisentrautover 14 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)