pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions
pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions
От:
Peter 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(-)